mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 17:31:36 +00:00
fix typo
This commit is contained in:
parent
3a56b00da7
commit
3bc6fdaadb
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue