Skip to content

Commit c0ab5e1

Browse files
committed
Simplify wording
1 parent 08093be commit c0ab5e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/engine/prague.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ This method follows the same specification as [`engine_newPayloadV3`](./cancun.m
4949

5050
2. Client software **MUST** incorporate `executionRequests` into the `blockHash` validation process.
5151
That is, if `executionRequests` does not match the execution requests commitment in the execution layer block header
52-
the call **MUST** be responded with `{status: INVALID, latestValidHash: null, validationError: errorMessage | null}`.
52+
the call **MUST** return `{status: INVALID, latestValidHash: null, validationError: errorMessage | null}`.
5353
The commitment computation algorithm is defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
5454

5555
### engine_getPayloadV4
@@ -80,8 +80,8 @@ This method follows the same specification as [`engine_getPayloadV3`](./cancun.m
8080

8181
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of the built payload does not fall within the time frame of the Prague fork.
8282

83-
2. The call **MUST** return `executionRequests` object containing execution layer trigerred requests obtained from transaction execution of the `executionPayload`.
84-
The ways the requests are encoded and obtained from the payload execution are defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
83+
2. The call **MUST** return `executionRequests` byte sequence representing an encoded list of execution layer trigerred requests obtained from the `executionPayload` transaction execution.
84+
The ways the requests are encoded and obtained from the execution are defined by [EIP-7685](https://eips.ethereum.org/EIPS/eip-7685).
8585

8686
### Update the methods of previous forks
8787

0 commit comments

Comments
 (0)