1
0

update restore multisig to add type

This commit is contained in:
Michael Wozniak
2015-06-27 16:12:15 -04:00
parent 765ef338ec
commit 523aa7c380
2 changed files with 3 additions and 2 deletions

View File

@@ -522,7 +522,7 @@ class InstallWizard(QDialog):
if not key_list:
return
password = self.password_dialog() if any(map(lambda x: Wallet.is_seed(x) or Wallet.is_xprv(x), key_list)) else None
wallet = Wallet.from_multisig(key_list, password, self.storage)
wallet = Wallet.from_multisig(key_list, password, self.storage, t)
else:
self.storage.put('wallet_type', t, False)