wizard: fix restore multisig from seed
This commit is contained in:
@@ -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')))
|
||||
|
||||
Reference in New Issue
Block a user