electrum

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

commit 082d676799a557e026a856b1a8bb8c11af04c11c
parent 8bf46954a0daec3711cd6540ad1efe162dd83475
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 22 Nov 2012 20:14:42 +0100

minor

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

diff --git a/lib/wallet.py b/lib/wallet.py @@ -108,7 +108,7 @@ class Wallet: def update(self): self.up_to_date = False self.interface.poke('synchronizer') - while not self.up_to_date: time.sleep(0.1) + while not self.is_up_to_date(): time.sleep(0.1) def import_key(self, keypair, password): address, key = keypair.split(':')