oops
This commit is contained in:
parent
578a10693f
commit
caf5557d8b
|
@ -549,8 +549,8 @@ proc validateDataColumnSidecar*(
|
||||||
if block_header.parent_root in quarantine[].unviable:
|
if block_header.parent_root in quarantine[].unviable:
|
||||||
quarantine[].addUnviable(block_root)
|
quarantine[].addUnviable(block_root)
|
||||||
return dag.checkedReject("DataColumnSidecar: parent not validated")
|
return dag.checkedReject("DataColumnSidecar: parent not validated")
|
||||||
else:
|
# else:
|
||||||
quarantine[].addMissing(block_header.parent_root)
|
# quarantine[].addMissing(block_header.parent_root)
|
||||||
# return errIgnore("DataColumnSidecar: parent not found")
|
# return errIgnore("DataColumnSidecar: parent not found")
|
||||||
|
|
||||||
# [REJECT] The sidecar is proposed by the expected `proposer_index`
|
# [REJECT] The sidecar is proposed by the expected `proposer_index`
|
||||||
|
|
Loading…
Reference in New Issue