Browse Source

force synchronization by poking the interface

283
thomasv 13 years ago
parent
commit
6f0dcd091f
  1. 1
      lib/wallet.py

1
lib/wallet.py

@ -498,6 +498,7 @@ class Wallet:
if value >= self.gap_limit:
self.gap_limit = value
self.save()
self.interface.poke()
return True
elif value >= self.min_acceptable_gap():

Loading…
Cancel
Save