From 3bc6fdaadb125ea353d09421c2819304d2fa2be2 Mon Sep 17 00:00:00 2001 From: ThomasV Date: Thu, 25 Aug 2016 12:42:00 +0200 Subject: [PATCH] fix typo --- 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 386e3934..dddb5545 100644 --- 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)