tfollow up 6f72fa4 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit bd5effb1b8a36f936f58e5d040e0fac0ec5e0d49 DIR parent 6f72fa4e94434950d56a556d7c30b3ac855631ca HTML Author: ThomasV <thomasv@electrum.org> Date: Sun, 21 Feb 2016 17:46:56 +0100 follow up 6f72fa4 Diffstat: M lib/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/network.py b/lib/network.py t@@ -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")