tminor - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit 082d676799a557e026a856b1a8bb8c11af04c11c
DIR parent 8bf46954a0daec3711cd6540ad1efe162dd83475
HTML Author: ThomasV <thomasv@gitorious>
Date: Thu, 22 Nov 2012 20:14:42 +0100
minor
Diffstat:
M lib/wallet.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/lib/wallet.py b/lib/wallet.py
t@@ -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(':')