tfollow-up - electrum - Electrum Bitcoin wallet
HTML git clone https://git.parazyd.org/electrum
DIR Log
DIR Files
DIR Refs
DIR Submodules
---
DIR commit d52e3f65e660a5f99fb2c9cb986e699badb37df1
DIR parent 5541c1bec6ca5113328a295b6de0226fb2c74b7b
HTML Author: ThomasV <thomasv@electrum.org>
Date: Sun, 2 Oct 2016 12:17:08 +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@@ -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)