This commit is contained in:
ThomasV 2014-08-22 17:29:44 +02:00
parent 91723999aa
commit 3835751fac
1 changed files with 1 additions and 1 deletions

View File

@ -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)