mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-10 01:26:44 +00:00
Fix
This commit is contained in:
@@ -4058,8 +4058,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
| EnvelopeError::BlockHashMismatch { .. }
|
||||
| EnvelopeError::UnknownValidator { .. }
|
||||
| EnvelopeError::IncorrectBlockProposer { .. }
|
||||
| EnvelopeError::ExecutionPayloadError(_)
|
||||
| EnvelopeError::EnvelopeProcessingError(_) => {
|
||||
| EnvelopeError::ExecutionPayloadError(_) => {
|
||||
self.gossip_penalize_peer(
|
||||
peer_id,
|
||||
PeerAction::LowToleranceError,
|
||||
@@ -4068,6 +4067,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
}
|
||||
|
||||
EnvelopeError::BlockRootUnknown { .. }
|
||||
| EnvelopeError::EnvelopeProcessingError(_)
|
||||
| EnvelopeError::PriorToFinalization { .. }
|
||||
| EnvelopeError::BeaconChainError(_)
|
||||
| EnvelopeError::BeaconStateError(_)
|
||||
|
||||
Reference in New Issue
Block a user