1
0

fix balance display in flatfly's bug. restore the wallet.update() method

This commit is contained in:
thomasv
2012-11-22 13:10:01 +01:00
parent a2af4cd5b1
commit 537d02977c
3 changed files with 49 additions and 29 deletions

View File

@@ -301,8 +301,6 @@ if __name__ == '__main__':
print("Recovering wallet...")
WalletSynchronizer(wallet, config).start()
wallet.up_to_date_event.clear()
wallet.up_to_date = False
wallet.update()
if wallet.is_found():
print("Recovery successful")