mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 10:15:20 +00:00
rm comment
This commit is contained in:
parent
34fb60ba39
commit
33dbc917b0
1 changed files with 2 additions and 2 deletions
|
@ -924,6 +924,7 @@ class ElectrumGui():
|
||||||
if not ElectrumWindow.network_dialog( wallet, parent=None ): return False
|
if not ElectrumWindow.network_dialog( wallet, parent=None ): return False
|
||||||
|
|
||||||
if not is_recovery:
|
if not is_recovery:
|
||||||
|
|
||||||
wallet.new_seed(None)
|
wallet.new_seed(None)
|
||||||
wallet.init_mpk( wallet.seed )
|
wallet.init_mpk( wallet.seed )
|
||||||
wallet.up_to_date_event.clear()
|
wallet.up_to_date_event.clear()
|
||||||
|
@ -935,8 +936,7 @@ class ElectrumGui():
|
||||||
else:
|
else:
|
||||||
# ask for seed and gap.
|
# ask for seed and gap.
|
||||||
if not ElectrumWindow.seed_dialog( wallet ): return False
|
if not ElectrumWindow.seed_dialog( wallet ): return False
|
||||||
wallet.init_mpk( wallet.seed ) # not encrypted at this point
|
wallet.init_mpk( wallet.seed )
|
||||||
#wallet.synchronize()
|
|
||||||
wallet.up_to_date_event.clear()
|
wallet.up_to_date_event.clear()
|
||||||
wallet.update()
|
wallet.update()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue