mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 07:51:27 +00:00
follow up prev commit
This commit is contained in:
parent
fb761b7c12
commit
37e43d9c10
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class SimpleConfig(PrintError):
|
||||||
Returns True if an update should be requested.
|
Returns True if an update should be requested.
|
||||||
"""
|
"""
|
||||||
now = time.time()
|
now = time.time()
|
||||||
return = now - self.last_time_fee_estimates_requested > 60
|
return now - self.last_time_fee_estimates_requested > 60
|
||||||
|
|
||||||
def requested_fee_estimates(self):
|
def requested_fee_estimates(self):
|
||||||
self.last_time_fee_estimates_requested = time.time()
|
self.last_time_fee_estimates_requested = time.time()
|
||||||
|
|
Loading…
Add table
Reference in a new issue