commit 208e789af4c4d8488b31760730afa8f7d3cc62e5 parent faa002f53ce37a2941e82800bd518c56cc57637b Author: ThomasV <thomasv@gitorious> Date: Sat, 27 Oct 2012 00:02:52 +0200 fix: synchronizer Diffstat:
M | lib/wallet.py | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/wallet.py b/lib/wallet.py @@ -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():