mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-26 23:13:25 +00:00
Merge branch 'fix-offline-restore' into merged
This commit is contained in:
commit
aaa56cebf2
1 changed files with 2 additions and 0 deletions
2
electrum
2
electrum
|
@ -251,6 +251,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…
Add table
Reference in a new issue