mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
follow-up
This commit is contained in:
parent
5541c1bec6
commit
d52e3f65e6
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ class Daemon(DaemonThread):
|
|||
return
|
||||
if storage.requires_split() or storage.get_action():
|
||||
return
|
||||
if self.requires_upgrade():
|
||||
if storage.requires_upgrade():
|
||||
self.print_error('upgrading wallet format')
|
||||
self.upgrade()
|
||||
wallet = Wallet(storage)
|
||||
|
|
Loading…
Add table
Reference in a new issue