Browse Source

follow up prev commit

master
ThomasV 8 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. 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…
Cancel
Save