Merge branch 'fix-offline-restore' into merged

This commit is contained in:
bkkcoins 2012-09-21 13:03:13 +07:00
commit aaa56cebf2

View file

@ -251,6 +251,8 @@ if __name__ == '__main__':
print "Recovery successful" print "Recovery successful"
else: else:
print_error("Warning: Found no history for this wallet") print_error("Warning: Found no history for this wallet")
else:
wallet.synchronize()
wallet.fill_addressbook() wallet.fill_addressbook()
wallet.save() wallet.save()
print_error("Wallet saved in '" + wallet.path) print_error("Wallet saved in '" + wallet.path)