mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
comment out hardware cosigning; not ready for release
This commit is contained in:
parent
67780bb8b9
commit
566ed664d5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue