comment out hardware cosigning; not ready for release
This commit is contained in:
@@ -139,7 +139,7 @@ class BaseWizard(object):
|
|||||||
('create_seed', _('Create a new seed')),
|
('create_seed', _('Create a new seed')),
|
||||||
('restore_seed', _('I already have a seed')),
|
('restore_seed', _('I already have a seed')),
|
||||||
('restore_from_key', _('I have a master key')),
|
('restore_from_key', _('I have a master key')),
|
||||||
('choose_hw', _('Cosign with hardware wallet')),
|
#('choose_hw', _('Cosign with hardware wallet')),
|
||||||
]
|
]
|
||||||
self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run)
|
self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user