1
0

Merge pull request #32 from bkkcoins/fix-offline-restore

fix offline restore
This commit is contained in:
Maran H.
2012-09-21 00:13:38 -07:00

View File

@@ -248,6 +248,8 @@ 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)