tfix typo - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 3bc6fdaadb125ea353d09421c2819304d2fa2be2 DIR parent 3a56b00da7ab5e1acaf11ecff7171b6be454154b HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 25 Aug 2016 12:42:00 +0200 fix typo 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@@ -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)