1
0

wizard: fix restore multisig from seed

This commit is contained in:
ThomasV
2016-09-28 17:03:02 +02:00
parent 827d928aaa
commit 52a9fdf6f6
2 changed files with 3 additions and 2 deletions

View File

@@ -129,6 +129,7 @@ class BaseWizard(object):
message = _('Add a cosigner to your multi-sig wallet')
choices = [
('restore_from_key', _('Enter cosigner key')),
('restore_from_seed', _('Enter cosigner seed')),
]
if not self.is_kivy:
choices.append(('choose_hw_device', _('Cosign with hardware device')))