mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
follow-up
This commit is contained in:
parent
d52e3f65e6
commit
34c90a257b
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ class Daemon(DaemonThread):
|
|||
return
|
||||
if storage.requires_upgrade():
|
||||
self.print_error('upgrading wallet format')
|
||||
self.upgrade()
|
||||
storage.upgrade()
|
||||
wallet = Wallet(storage)
|
||||
wallet.start_threads(self.network)
|
||||
self.wallets[path] = wallet
|
||||
|
|
Loading…
Add table
Reference in a new issue