mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
fix: wizard 2of2
This commit is contained in:
parent
194291c80b
commit
ed48588d8a
1 changed files with 3 additions and 0 deletions
|
@ -412,6 +412,9 @@ class InstallWizard(QDialog):
|
||||||
if action in ['create_2fa_2', 'create_2of3_2']:
|
if action in ['create_2fa_2', 'create_2of3_2']:
|
||||||
wallet = Wallet_2of3(self.storage)
|
wallet = Wallet_2of3(self.storage)
|
||||||
|
|
||||||
|
if action in ['create_2of2_2']:
|
||||||
|
wallet = Wallet_2of2(self.storage)
|
||||||
|
|
||||||
if action in ['create', 'create_2of2_1', 'create_2fa_2', 'create_2of3_1']:
|
if action in ['create', 'create_2of2_1', 'create_2fa_2', 'create_2of3_1']:
|
||||||
seed = wallet.make_seed()
|
seed = wallet.make_seed()
|
||||||
sid = None if action == 'create' else 'hot'
|
sid = None if action == 'create' else 'hot'
|
||||||
|
|
Loading…
Add table
Reference in a new issue