mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix #1359
This commit is contained in:
parent
878e3f80ad
commit
074872afbc
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class Authenticator:
|
|||
exit()
|
||||
if not Wallet.is_seed(seed):
|
||||
exit()
|
||||
wallet = Wallet.from_seed(seed, storage)
|
||||
wallet = Wallet.from_seed(seed, password, storage)
|
||||
else:
|
||||
exit()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue