force synchronization by poking the interface

This commit is contained in:
thomasv 2012-06-07 19:03:46 +02:00
parent e0372fc3a6
commit 6f0dcd091f
1 changed files with 1 additions and 0 deletions

View File

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