electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6f0dcd091fed72265c74693dc938a612ee973aad
parent e0372fc3a622a93befc52b78a73392838bbd7f67
Author: thomasv <thomasv@gitorious>
Date:   Thu,  7 Jun 2012 19:03:46 +0200

force synchronization by poking the interface

Diffstat:
Mlib/wallet.py | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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():