Skip to content

Commit 3e8f327

Browse files
mkalininppopth
andauthored
Apply suggestions from @ppopth
Co-authored-by: Pop Chunhapanya <[email protected]>
1 parent ec49a5f commit 3e8f327

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/engine/prague.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,15 @@ This structure has the syntax of [`ExecutionPayloadBodyV1`](./shanghai.md#execut
110110

111111
### PayloadAttributesV4
112112

113-
This structure has the syntax of `PayloadAttributesV3` and appends the fields: `targetBlobCount`, `maximumBlobCount`.
113+
This structure has the syntax of `PayloadAttributesV3` and appends the fields: `targetBlobsPerBlock`, `maxBlobsPerBlock`.
114114

115115
- `timestamp`: `QUANTITY`, 64 Bits - value for the `timestamp` field of the new payload
116116
- `prevRandao`: `DATA`, 32 Bytes - value for the `prevRandao` field of the new payload
117117
- `suggestedFeeRecipient`: `DATA`, 20 Bytes - suggested value for the `feeRecipient` field of the new payload
118118
- `withdrawals`: `Array of WithdrawalV1` - Array of withdrawals, each object is an `OBJECT` containing the fields of a `WithdrawalV1` structure.
119119
- `parentBeaconBlockRoot`: `DATA`, 32 Bytes - Root of the parent beacon block.
120-
- `targetBlobCount`: `QUANTITY`, 64 Bits - Average number of blobs to include per payload.
121-
- `maximumBlobCount`: `QUANTITY`, 64 Bits - Maximum number of blobs allowed per payload.
120+
- `targetBlobsPerBlock`: `QUANTITY`, 64 Bits - Average number of blobs to include per payload.
121+
- `maxBlobsPerBlock`: `QUANTITY`, 64 Bits - Maximum number of blobs allowed per payload.
122122

123123
## Methods
124124

@@ -133,7 +133,7 @@ The request of this method is updated with [`ExecutionPayloadV4`](#ExecutionPayl
133133
1. `executionPayload`: [`ExecutionPayloadV4`](#ExecutionPayloadV4).
134134
2. `expectedBlobVersionedHashes`: `Array of DATA`, 32 Bytes - Array of expected blob versioned hashes to validate.
135135
3. `parentBeaconBlockRoot`: `DATA`, 32 Bytes - Root of the parent beacon block.
136-
4. `targetBlobCount`: `QUANTITY`, 64 Bits - Average number of blobs to include per payload.
136+
4. `targetBlobsPerBlock`: `QUANTITY`, 64 Bits - Average number of blobs to include per payload.
137137

138138
#### Response
139139

@@ -183,11 +183,11 @@ This method follows the same specification as [`engine_getPayloadV3`](./cancun.m
183183

184184
#### Response
185185

186-
Refer to the response for [`engine_forkchoiceUpdatedV3`](./shanghai.md#engine_forkchoiceupdatedv3).
186+
Refer to the response for [`engine_forkchoiceUpdatedV3`](./cancun.md#engine_forkchoiceupdatedv3).
187187

188188
#### Specification
189189

190-
This method follows the same specification as [`engine_forkchoiceUpdatedV3`](./shanghai.md#engine_forkchoiceupdatedv3).
190+
This method follows the same specification as [`engine_forkchoiceUpdatedV3`](./cancun.md#engine_forkchoiceupdatedv3).
191191

192192
### engine_getPayloadBodiesByHashV2
193193

0 commit comments

Comments
 (0)