mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 07:23:25 +00:00
recover->synchronize
This commit is contained in:
parent
9c21916b37
commit
ff0f1f0f3c
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ def init_wallet(wallet):
|
|||
|
||||
def recover_thread( wallet, dialog ):
|
||||
wallet.init_mpk( wallet.seed ) # not encrypted at this point
|
||||
wallet.is_found = wallet.recover()
|
||||
wallet.is_found = wallet.synchronize()
|
||||
if wallet.is_found:
|
||||
wallet.save()
|
||||
gobject.idle_add( dialog.destroy )
|
||||
|
|
Loading…
Add table
Reference in a new issue