electrum

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

commit ef1120b80cda2e701a1794cd46b8c81c9e05c813
parent 702abf6581f8067b955295f30bf5a3ce2d09ba96
Author: ThomasV <thomasv@electrum.org>
Date:   Mon, 17 Jul 2017 21:38:09 +0200

fix typo

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

diff --git a/lib/network.py b/lib/network.py @@ -847,7 +847,7 @@ class Network(util.DaemonThread): next_height = None else: if interface.blockchain.height() > interface.good: - self.blockchains[interface.bad] = interface.blockchain.fork(interface.bad) + self.blockchains[interface.bad] = b = interface.blockchain.fork(interface.bad) interface.blockchain = b interface.print_error("new chain", b.filename) else: