comment out hardware cosigning; not ready for release

This commit is contained in:
ThomasV 2016-07-28 14:19:57 +02:00
parent 67780bb8b9
commit 566ed664d5
1 changed files with 1 additions and 1 deletions

View File

@ -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)