Skip to content

Commit 33efbee

Browse files
committed
eth/catalyst: rely on CL whether to enforce IL constraints or not
1 parent 9842c15 commit 33efbee

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
@@ -709,9 +709,6 @@ func (api *ConsensusAPI) NewPayloadV5(params engine.ExecutableData, versionedHas
709709
if executionRequests == nil {
710710
return engine.PayloadStatusV1{Status: engine.INVALID}, engine.InvalidParams.With(errors.New("nil executionRequests post-prague"))
711711
}
712-
if inclusionList == nil {
713-
return engine.PayloadStatusV1{Status: engine.INVALID}, engine.InvalidParams.With(errors.New("nil inclusionList post-prague"))
714-
}
715712

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

0 commit comments

Comments
 (0)