mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix variable name in from_seed
This commit is contained in:
parent
42ed67e8c7
commit
eb9802356a
1 changed files with 1 additions and 1 deletions
|
@ -1814,7 +1814,7 @@ class Wallet(object):
|
|||
elif is_new_seed(seed):
|
||||
klass = NewWallet
|
||||
w = klass(storage)
|
||||
w.add_seed(text, password)
|
||||
w.add_seed(seed, password)
|
||||
w.create_master_keys(password)
|
||||
w.create_main_account(password)
|
||||
return w
|
||||
|
|
Loading…
Add table
Reference in a new issue