electrum

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

commit 3bc6fdaadb125ea353d09421c2819304d2fa2be2
parent 3a56b00da7ab5e1acaf11ecff7171b6be454154b
Author: ThomasV <thomasv@electrum.org>
Date:   Thu, 25 Aug 2016 12:42:00 +0200

fix typo

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 @@ -216,7 +216,7 @@ class BaseWizard(object): 'xpub': xpub, } k = hardware_keystore(d) - self.on_keystore(k, None) + self.on_keystore(k) def restore_from_seed(self): self.restore_seed_dialog(run_next=self.on_seed, is_valid=keystore.is_seed)