tforce synchronization by poking the interface - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 6f0dcd091fed72265c74693dc938a612ee973aad
DIR parent e0372fc3a622a93befc52b78a73392838bbd7f67
HTML Author: thomasv <thomasv@gitorious>
Date: Thu, 7 Jun 2012 19:03:46 +0200
force synchronization by poking the interface
Diffstat:
M lib/wallet.py | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
DIR diff --git a/lib/wallet.py b/lib/wallet.py
t@@ -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():