mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
fix offline restore
This commit is contained in:
parent
af3fe1722b
commit
a213655cde
1 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue