tfollow-up - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 34c90a257bdb2c586b633becc7fa4759dcd4a315 DIR parent d52e3f65e660a5f99fb2c9cb986e699badb37df1 HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 2 Oct 2016 12:17:53 +0200 follow-up Diffstat: M lib/daemon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/daemon.py b/lib/daemon.py t@@ -191,7 +191,7 @@ class Daemon(DaemonThread): return if storage.requires_upgrade(): self.print_error('upgrading wallet format') - self.upgrade() + storage.upgrade() wallet = Wallet(storage) wallet.start_threads(self.network) self.wallets[path] = wallet