Revert "Fix for wallet restore when offline"

This reverts commit af750d9363.
This commit is contained in:
bkkcoins 2012-09-20 17:01:47 +07:00
parent 09c90c0971
commit 9c4023ba58
1 changed files with 0 additions and 3 deletions

View File

@ -251,8 +251,6 @@ if __name__ == '__main__':
print "Recovery successful"
else:
print_error("Warning: Found no history for this wallet")
else:
wallet.synchronize()
wallet.fill_addressbook()
wallet.save()
print_error("Wallet saved in '" + wallet.path)
@ -415,7 +413,6 @@ if __name__ == '__main__':
wallet.save()
elif cmd in [ 'addresses']:
for addr in wallet.all_addresses():
if options.show_all or not wallet.is_change(addr):