Browse Source

fix offline restore

283
bkkcoins 12 years ago
parent
commit
a213655cde
  1. 2
      electrum

2
electrum

@ -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)

Loading…
Cancel
Save