diff --git a/lib/network.py b/lib/network.py index 28071e41b..92edda958 100644 --- a/lib/network.py +++ b/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