multi seed and mpk dialogs
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user