commit d52e3f65e660a5f99fb2c9cb986e699badb37df1
parent 5541c1bec6ca5113328a295b6de0226fb2c74b7b
Author: ThomasV <thomasv@electrum.org>
Date: Sun, 2 Oct 2016 12:17:08 +0200
follow-up
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/daemon.py b/lib/daemon.py
@@ -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)