|
@ -189,7 +189,7 @@ class Daemon(DaemonThread): |
|
|
return |
|
|
return |
|
|
if storage.requires_split() or storage.get_action(): |
|
|
if storage.requires_split() or storage.get_action(): |
|
|
return |
|
|
return |
|
|
if self.requires_upgrade(): |
|
|
if storage.requires_upgrade(): |
|
|
self.print_error('upgrading wallet format') |
|
|
self.print_error('upgrading wallet format') |
|
|
self.upgrade() |
|
|
self.upgrade() |
|
|
wallet = Wallet(storage) |
|
|
wallet = Wallet(storage) |
|
|