fix: synchronizer

This commit is contained in:
ThomasV 2012-10-27 00:02:52 +02:00
parent faa002f53c
commit 208e789af4
1 changed files with 1 additions and 1 deletions

View File

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