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