Skip to content

Commit d5c724b

Browse files
committed
eth/catalyst: rely on CL whether to enforce IL constraints or not
1 parent 1ad7063 commit d5c724b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

eth/catalyst/api.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,6 @@ func (api *ConsensusAPI) NewPayloadV5(params engine.ExecutableData, versionedHas
697697
if executionRequests == nil {
698698
return engine.PayloadStatusV1{Status: engine.INVALID}, engine.InvalidParams.With(errors.New("nil executionRequests post-prague"))
699699
}
700-
if inclusionList == nil {
701-
return engine.PayloadStatusV1{Status: engine.INVALID}, engine.InvalidParams.With(errors.New("nil inclusionList post-prague"))
702-
}
703700

704701
if api.eth.BlockChain().Config().LatestFork(params.Timestamp) != forks.Prague {
705702
return engine.PayloadStatusV1{Status: engine.INVALID}, engine.UnsupportedFork.With(errors.New("newPayloadV5 must only be called for prague payloads"))

0 commit comments

Comments
 (0)