Browse Source

follow up prev commit

3.1
ThomasV 7 years ago
parent
commit
37e43d9c10
  1. 2
      lib/simple_config.py

2
lib/simple_config.py

@ -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()

Loading…
Cancel
Save