mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
minor fix: restore from hexadecimal seed
This commit is contained in:
parent
a9159729aa
commit
999bf3d2fd
1 changed files with 1 additions and 0 deletions
|
@ -311,6 +311,7 @@ class Wallet:
|
|||
try:
|
||||
seed.decode('hex')
|
||||
self.seed_version = 4
|
||||
self.seed = str(seed)
|
||||
return
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Reference in a new issue