mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-01 11:43:44 +00:00
Add log
This commit is contained in:
@@ -130,6 +130,8 @@ where
|
|||||||
self.failed_chains.insert(remote_info.finalized_root);
|
self.failed_chains.insert(remote_info.finalized_root);
|
||||||
}
|
}
|
||||||
network.goodbye_peer(peer_id, GoodbyeReason::IrrelevantNetwork);
|
network.goodbye_peer(peer_id, GoodbyeReason::IrrelevantNetwork);
|
||||||
|
debug!(self.log, "Disconnecting peer that belongs to a failed Holeksy chain";
|
||||||
|
"failed_root" => %remote_info.finalized_root, "peer_id" => %peer_id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user