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)