1
0

add 2of3 wallets in wizard

This commit is contained in:
ThomasV
2014-05-09 16:27:12 +02:00
parent 8558488337
commit 0fb6cdcb1a
2 changed files with 105 additions and 41 deletions

View File

@@ -1508,6 +1508,9 @@ class Wallet_2of3(Wallet_2of2):
xpub1 = self.master_public_keys.get("m/")
xpub2 = self.master_public_keys.get("cold/")
xpub3 = self.master_public_keys.get("remote/")
# fixme: we use order of creation
if xpub2 and xpub1 is None:
return 'create_2fa_2'
if xpub2 is None:
return 'create_2of3_1'
if xpub1 is None: