mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
bugfix
This commit is contained in:
parent
91723999aa
commit
3835751fac
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class InstallWizard(QDialog):
|
|||
if Wallet.is_seed(text3):
|
||||
wallet.add_cosigner_seed(text3, "x3/", password)
|
||||
elif Wallet.is_xpub(text3):
|
||||
wallet.add_master_public_key("x3/", text2)
|
||||
wallet.add_master_public_key("x3/", text3)
|
||||
|
||||
wallet.create_main_account(password)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue