follow up prev commit

This commit is contained in:
ThomasV 2018-03-01 18:31:16 +01:00
parent fb761b7c12
commit 37e43d9c10
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ class SimpleConfig(PrintError):
Returns True if an update should be requested.
"""
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):
self.last_time_fee_estimates_requested = time.time()