Skip to content

Commit f9e8c2f

Browse files
fjlmkalinin
andauthored
Update src/engine/prague.md
Co-authored-by: Mikhail Kalinin <[email protected]>
1 parent 5cac77b commit f9e8c2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/engine/prague.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ This structure has the syntax of [`ExecutionPayloadV3`](./cancun.md#executionpay
5656
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
5757
- `blobGasUsed`: `QUANTITY`, 64 Bits
5858
- `excessBlobGas`: `QUANTITY`, 64 Bits
59-
- `requests`: `Array of ExecutionRequestV1` - Array of request objects
59+
- `requests`: `Array of DATA` - Array of request objects, each element is a byte list (`DATA`) containing
60+
`request_type || request_data` as defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
6061

6162
### ExecutionPayloadBodyV2
6263

0 commit comments

Comments
 (0)