This commit is contained in:
ThomasV 2012-03-31 14:58:38 +02:00
parent 67097d2795
commit 95a2881a8c
1 changed files with 2 additions and 0 deletions

View File

@ -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()