electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 34c90a257bdb2c586b633becc7fa4759dcd4a315
parent d52e3f65e660a5f99fb2c9cb986e699badb37df1
Author: ThomasV <thomasv@electrum.org>
Date:   Sun,  2 Oct 2016 12:17:53 +0200

follow-up

Diffstat:
Mlib/daemon.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/daemon.py b/lib/daemon.py @@ -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