mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-30 08:51:32 +00:00
bug fix: seed_version
This commit is contained in:
parent
8a4a29dd0c
commit
9d3c8efdda
1 changed files with 1 additions and 1 deletions
|
@ -1476,7 +1476,7 @@ class Wallet:
|
||||||
|
|
||||||
if self.is_found():
|
if self.is_found():
|
||||||
self.seed_version = 4
|
self.seed_version = 4
|
||||||
self.storage.put('seed_version', wallet.seed_version, True)
|
self.storage.put('seed_version', self.seed_version, True)
|
||||||
else:
|
else:
|
||||||
self.accounts.pop(0)
|
self.accounts.pop(0)
|
||||||
self.create_accounts()
|
self.create_accounts()
|
||||||
|
|
Loading…
Add table
Reference in a new issue