electrum

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

commit bd5effb1b8a36f936f58e5d040e0fac0ec5e0d49
parent 6f72fa4e94434950d56a556d7c30b3ac855631ca
Author: ThomasV <thomasv@electrum.org>
Date:   Sun, 21 Feb 2016 17:46:56 +0100

follow up 6f72fa4

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

diff --git a/lib/network.py b/lib/network.py @@ -699,7 +699,7 @@ class Network(util.DaemonThread): if next_height in [True, False]: self.bc_requests.popleft() if next_height: - self.switch_lagging_interface(interface) + self.switch_lagging_interface(interface.server) self.notify('updated') else: interface.print_error("header didn't connect, dismissing interface")