1
0

multi seed and mpk dialogs

This commit is contained in:
ThomasV
2014-05-12 10:53:04 +02:00
parent a638127185
commit a66df2a3fa
2 changed files with 63 additions and 48 deletions

View File

@@ -1511,12 +1511,10 @@ class Wallet_2of3(Wallet_2of2):
# 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:
return 'create_2of3_1'
if xpub2 is None or xpub3 is None:
return 'create_2of3_2'
if xpub3 is None:
return 'create_2of3_3'