mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +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
|
return
|
||||||
if storage.requires_upgrade():
|
if storage.requires_upgrade():
|
||||||
self.print_error('upgrading wallet format')
|
self.print_error('upgrading wallet format')
|
||||||
self.upgrade()
|
storage.upgrade()
|
||||||
wallet = Wallet(storage)
|
wallet = Wallet(storage)
|
||||||
wallet.start_threads(self.network)
|
wallet.start_threads(self.network)
|
||||||
self.wallets[path] = wallet
|
self.wallets[path] = wallet
|
||||||
|
|
Loading…
Add table
Reference in a new issue