follow-up

This commit is contained in:
ThomasV 2016-10-02 12:17:08 +02:00
parent 5541c1bec6
commit d52e3f65e6

View file

@ -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)