1
0

do not propose passphrase option in 2fa wallets

This commit is contained in:
ThomasV
2016-08-28 10:33:01 +02:00
parent 6c1dae4b10
commit f98d1f43b4
3 changed files with 26 additions and 15 deletions

View File

@@ -346,6 +346,8 @@ class TrustedCoinPlugin(BasePlugin):
('create_seed', _('Create a new seed')),
('restore_wallet', _('I already have a seed')),
]
wizard.opt_bip39 = False
wizard.opt_ext = False
wizard.choice_dialog(title=title, message=message, choices=choices, run_next=wizard.run)
def create_seed(self, wizard):