URI: 
       tcomment out hardware cosigning; not ready for release - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 566ed664d52c3fc45b4ef39c6ef4be5c17160271
   DIR parent 67780bb8b950d0fbb5679ce7a098db70295607a9
  HTML Author: ThomasV <thomasv@electrum.org>
       Date:   Thu, 28 Jul 2016 14:19:57 +0200
       
       comment out hardware cosigning; not ready for release
       
       Diffstat:
         M lib/base_wizard.py                  |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/lib/base_wizard.py b/lib/base_wizard.py
       t@@ -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)