Skip to content

Commit bf785c0

Browse files
committed
converted gossip condition to ignore
1 parent 45f6128 commit bf785c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_chain/gossip_processing/gossip_validation.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ proc validateDataColumnSidecar*(
602602
let epoch = block_header.slot.epoch()
603603
if lenu64(data_column_sidecar.kzg_commitments) >
604604
dag.cfg.get_blob_parameters(epoch).MAX_BLOBS_PER_BLOCK:
605-
return dag.checkedReject("DataColumnSidecar: The sidecar does not respect the blob limit")
605+
return errIgnore("DataColumnSidecar: The sidecar does not respect the blob limit")
606606

607607
# [REJECT] The sidecar is for the correct subnet
608608
# -- i.e. `compute_subnet_for_data_column_sidecar(blob_sidecar.index) == subnet_id`.

0 commit comments

Comments
 (0)