follow-up previous commit

This commit is contained in:
ThomasV 2016-09-30 01:19:29 +02:00
parent 121ac07b01
commit 94988bd3f7
1 changed files with 3 additions and 1 deletions

View File

@ -313,7 +313,9 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
_('If you lose your seed, your money will be permanently lost.'),
_('To make sure that you have properly saved your seed, please retype it here.')
])
seed, is_bip39, is_pass = self.seed_input(title, message, test)
self.opt_ext = False
self.opt_bip39 = False
seed, is_bip39, is_ext = self.seed_input(title, message, test)
return seed
@wizard_dialog