fix: wizard 2of2
authorThomasV <thomasv@gitorious>
Mon, 2 Jun 2014 19:54:53 +0000 (21:54 +0200)
committerThomasV <thomasv@gitorious>
Mon, 2 Jun 2014 19:54:53 +0000 (21:54 +0200)
gui/qt/installwizard.py

index 59d3927..dab342a 100644 (file)
@@ -412,6 +412,9 @@ class InstallWizard(QDialog):
         if action in ['create_2fa_2', 'create_2of3_2']:
             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']:
             seed = wallet.make_seed()
             sid = None if action == 'create' else 'hot'