This commit is contained in:
parent
63b1b0840f
commit
9cd30768e7
|
@ -884,6 +884,11 @@ proc getPayload*(m: ELManager,
|
||||||
withdrawals_from_cl = engineApiWithdrawals,
|
withdrawals_from_cl = engineApiWithdrawals,
|
||||||
withdrawals_from_el = req.read.executionPayload.withdrawals
|
withdrawals_from_el = req.read.executionPayload.withdrawals
|
||||||
|
|
||||||
|
if req.read.executionPayload.extraData.len > MAX_EXTRA_DATA_BYTES:
|
||||||
|
warn "Execution client provided a block with invalid extraData (size exceeds limit)",
|
||||||
|
size = req.read.executionPayload.extraData.len, limit = MAX_EXTRA_DATA_BYTES
|
||||||
|
continue
|
||||||
|
|
||||||
if bestPayloadIdx.isNone:
|
if bestPayloadIdx.isNone:
|
||||||
bestPayloadIdx = some idx
|
bestPayloadIdx = some idx
|
||||||
else:
|
else:
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 610dda642c3d7e5b0f50bba5457f0da490219001
|
Subproject commit bf6c24dba5c808ac570b8602d3b2f748da6a1aae
|
Loading…
Reference in New Issue