Skip to content

Commit 3c2c673

Browse files
cosmetics
1 parent b73f381 commit 3c2c673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/testing/testing_buildBlockV1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This method is considered sensitive and is intended for testing environments onl
1111
1. `parentBlockHash`: `DATA`, 32 Bytes - block hash of the parent of the requested block.
1212
2. `payloadAttributes`: `Object` - instance of [`PayloadAttributesV3`](../engine/cancun.md#payloadattributesv3)
1313
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.
1515

1616
### Response
1717

@@ -30,7 +30,7 @@ This method is considered sensitive and is intended for testing environments onl
3030

3131
* If `extraData` is provided, the client MUST set the `extraData` field of the resulting payload to this value.
3232

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.
3434

3535
### Security Considerations
3636

0 commit comments

Comments
 (0)