Browse Source

follow up 6f72fa4

master
ThomasV 10 years ago
parent
commit
bd5effb1b8
  1. 2
      lib/network.py

2
lib/network.py

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

Loading…
Cancel
Save