commit 95a2881a8ccdef6d37f9180cbb06f4286d3edb6e
parent 67097d279581c413fb40bfbd013fad669d1476e4
Author: ThomasV <thomasv@gitorious>
Date: Sat, 31 Mar 2012 14:58:38 +0200
fix
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/client/electrum b/client/electrum
@@ -138,6 +138,8 @@ if __name__ == '__main__':
WalletSynchronizer(wallet).start()
print "recovering wallet..."
wallet.init_mpk( wallet.seed )
+ wallet.up_to_date_event.clear()
+ wallet.up_to_date = False
wallet.update()
if wallet.is_found():
wallet.fill_addressbook()