mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
Fix invalid data column sidecars getting accepted (#6454)
* Fix invalid data column sidecars getting accepted. * Update code to match spec function.
This commit is contained in:
@@ -711,6 +711,9 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
|
||||
| GossipDataColumnError::InvalidSubnetId { .. }
|
||||
| GossipDataColumnError::InvalidInclusionProof { .. }
|
||||
| GossipDataColumnError::InvalidKzgProof { .. }
|
||||
| GossipDataColumnError::UnexpectedDataColumn
|
||||
| GossipDataColumnError::InvalidColumnIndex(_)
|
||||
| GossipDataColumnError::InconsistentCommitmentsOrProofLength
|
||||
| GossipDataColumnError::NotFinalizedDescendant { .. } => {
|
||||
debug!(
|
||||
self.log,
|
||||
|
||||
Reference in New Issue
Block a user