electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 566ed664d52c3fc45b4ef39c6ef4be5c17160271
parent 67780bb8b950d0fbb5679ce7a098db70295607a9
Author: ThomasV <thomasv@electrum.org>
Date:   Thu, 28 Jul 2016 14:19:57 +0200

comment out hardware cosigning; not ready for release

Diffstat:
Mlib/base_wizard.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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)