You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/testing/testing_buildBlockV1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ This method is considered sensitive and is intended for testing environments onl
11
11
1.`parentBlockHash`: `DATA`, 32 Bytes - block hash of the parent of the requested block.
12
12
2.`payloadAttributes`: `Object` - instance of [`PayloadAttributesV3`](../engine/cancun.md#payloadattributesv3)
13
13
3.`transactions`: `Array of DATA` - an array of raw, signed transactions (hex-encoded `0x...` strings) to forcibly include in the generated block.
14
-
5.`extraData`: `DATA|null`, 0 to 32 Bytes - data to be set as the `extraData` field of the built block.
14
+
4.`extraData`: `DATA|null`, 0 to 32 Bytes - data to be set as the `extraData` field of the built block.
15
15
16
16
### Response
17
17
@@ -30,7 +30,7 @@ This method is considered sensitive and is intended for testing environments onl
30
30
31
31
* If `extraData` is provided, the client MUST set the `extraData` field of the resulting payload to this value.
32
32
33
-
* This method MUST NOT modify the client's canonical chain or head block. It is a read-only method for payload generation. It does not run the equivalent of `engine_newPayload` or `engine_forkchoiceUpdated`.
33
+
* This method MUST NOT modify the client's canonical chain or head block. It is a read-only method for payload generation.
0 commit comments