wizard: fix regression: unencrypted wallets were not getting upgraded
fixes #5177
This commit is contained in:
@@ -251,6 +251,8 @@ class Daemon(DaemonThread):
|
||||
storage.decrypt(password)
|
||||
if storage.requires_split():
|
||||
return
|
||||
if storage.requires_upgrade():
|
||||
return
|
||||
if storage.get_action():
|
||||
return
|
||||
wallet = Wallet(storage)
|
||||
|
||||
Reference in New Issue
Block a user