mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
add v9 to list of tagged versions
This commit is contained in:
parent
cef75e9e7b
commit
ad4449dc38
1 changed files with 1 additions and 1 deletions
|
@ -1613,7 +1613,7 @@ class Wallet(object):
|
|||
|
||||
if seed_version not in [OLD_SEED_VERSION, NEW_SEED_VERSION]:
|
||||
msg = "This wallet seed is not supported anymore."
|
||||
if seed_version in [5, 7, 8]:
|
||||
if seed_version in [5, 7, 8, 9]:
|
||||
msg += "\nTo open this wallet, try 'git checkout seed_v%d'"%seed_version
|
||||
print msg
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue