From 566ed664d52c3fc45b4ef39c6ef4be5c17160271 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 28 Jul 2016 14:19:57 +0200 Subject: [PATCH] comment out hardware cosigning; not ready for release --- lib/base_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/base_wizard.py b/lib/base_wizard.py index 8a812f33..69157633 100644 --- a/lib/base_wizard.py +++ b/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)