Browse Source

fix #3922: wrong parameter passed to connection_down

3.1
ThomasV 7 years ago
parent
commit
d38a50b119
  1. 2
      lib/network.py

2
lib/network.py

@ -991,7 +991,7 @@ class Network(util.DaemonThread):
if not height:
return
if height < self.max_checkpoint():
self.connection_down(interface)
self.connection_down(interface.server)
return
interface.tip_header = header
interface.tip = height

Loading…
Cancel
Save