electrum

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

commit 319a31e64c035d95a06d3b4c7bd6e4f18f4fc261
parent 3b8c8c712d9150fab65019d43b844e5ef1a2ce8a
Author: ThomasV <thomasv@electrum.org>
Date:   Fri, 13 Oct 2017 13:47:41 +0200

Merge branch 'master' of github.com:spesmilo/electrum

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

diff --git a/lib/network.py b/lib/network.py @@ -988,6 +988,7 @@ class Network(util.DaemonThread): if b: interface.blockchain = b self.switch_lagging_interface() + self.notify('updated') self.notify('interfaces') return b = blockchain.can_connect(header)