fix #655
This commit is contained in:
@@ -322,7 +322,7 @@ class InstallWizard(QDialog):
|
||||
elif Wallet.is_mpk(text):
|
||||
wallet = Wallet.from_mpk(text, self.storage)
|
||||
else:
|
||||
return
|
||||
raise
|
||||
|
||||
elif t in ['2of2', '2of3']:
|
||||
r = self.double_seed_dialog()
|
||||
@@ -347,6 +347,9 @@ class InstallWizard(QDialog):
|
||||
|
||||
wallet.create_accounts(None)
|
||||
|
||||
else:
|
||||
raise
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user