This commit is contained in:
ThomasV 2016-08-25 12:42:00 +02:00
parent 3a56b00da7
commit 3bc6fdaadb
1 changed files with 1 additions and 1 deletions

View File

@ -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)