mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
fix issue #1958
This commit is contained in:
parent
f5380b3500
commit
2512f5945a
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ class Old_KeyStore(Deterministic_KeyStore):
|
|||
if seed:
|
||||
try:
|
||||
seed.decode('hex')
|
||||
return OLD_SEED_VERSION, str(seed)
|
||||
return str(seed)
|
||||
except Exception:
|
||||
pass
|
||||
words = seed.split()
|
||||
|
|
Loading…
Add table
Reference in a new issue