|
@ -138,6 +138,8 @@ if __name__ == '__main__': |
|
|
WalletSynchronizer(wallet).start() |
|
|
WalletSynchronizer(wallet).start() |
|
|
print "recovering wallet..." |
|
|
print "recovering wallet..." |
|
|
wallet.init_mpk( wallet.seed ) |
|
|
wallet.init_mpk( wallet.seed ) |
|
|
|
|
|
wallet.up_to_date_event.clear() |
|
|
|
|
|
wallet.up_to_date = False |
|
|
wallet.update() |
|
|
wallet.update() |
|
|
if wallet.is_found(): |
|
|
if wallet.is_found(): |
|
|
wallet.fill_addressbook() |
|
|
wallet.fill_addressbook() |
|
|