From 6f0dcd091fed72265c74693dc938a612ee973aad Mon Sep 17 00:00:00 2001 From: thomasv Date: Thu, 7 Jun 2012 19:03:46 +0200 Subject: [PATCH] force synchronization by poking the interface --- lib/wallet.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/wallet.py b/lib/wallet.py index dd4ec66aa..7d97f8bc4 100644 --- a/lib/wallet.py +++ b/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():