mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-15 02:42:38 +00:00
testing
This commit is contained in:
@@ -2357,11 +2357,11 @@ impl<T: BeaconChainTypes> Worker<T> {
|
||||
);
|
||||
// We still penalize the peer slightly. We don't want this to be a recurring
|
||||
// behaviour.
|
||||
self.gossip_penalize_peer(
|
||||
peer_id,
|
||||
PeerAction::HighToleranceError,
|
||||
"sync_prior_known",
|
||||
);
|
||||
// self.gossip_penalize_peer(
|
||||
// peer_id,
|
||||
// PeerAction::HighToleranceError,
|
||||
// "sync_prior_known",
|
||||
// );
|
||||
|
||||
self.propagate_validation_result(message_id, peer_id, MessageAcceptance::Ignore);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user