Browse Source

comment out hardware cosigning; not ready for release

master
ThomasV 10 years ago
parent
commit
566ed664d5
  1. 2
      lib/base_wizard.py

2
lib/base_wizard.py

@ -139,7 +139,7 @@ class BaseWizard(object):
('create_seed', _('Create a new seed')),
('restore_seed', _('I already have a seed')),
('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)

Loading…
Cancel
Save