Skip to content

Commit 4afb079

Browse files
authored
Simplify wording for BAL validation failure
1 parent 3547418 commit 4afb079

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/engine/amsterdam.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ This method follows the same specification as [`engine_newPayloadV4`](./prague.m
7878
2. Client software **MUST** return `-32602: Invalid params` error if the `blockAccessList` field is missing.
7979

8080
3. Client software **MUST** validate the `blockAccessList` field by executing the payload's transactions and verifying that the computed access list matches the provided one.
81-
82-
4. If the `blockAccessList` field is malformed or doesn't match the computed access list, the call **MUST** return `{status: INVALID, latestValidHash: null, validationError: errorMessage | null}`.
81+
If this validation fails, the call **MUST** return `{status: INVALID, latestValidHash: null, validationError: errorMessage | null}`.
8382

8483
### engine_getPayloadV6
8584

@@ -124,4 +123,4 @@ a validation **MUST** be added:
124123
1. Client software **MUST** return `-38005: Unsupported fork` error if the `timestamp` of payload greater or equal to the Amsterdam activation timestamp.
125124

126125
For the [`engine_forkchoiceUpdatedV3`](./cancun.md#engine_forkchoiceupdatedv3) the following modification **MUST** be made:
127-
1. Return `-38005: Unsupported fork` if `payloadAttributes.timestamp` doesn't fall within the time frame of the Cancun, Prague, Osaka *or Amsterdam* forks.
126+
1. Return `-38005: Unsupported fork` if `payloadAttributes.timestamp` doesn't fall within the time frame of the Cancun, Prague, Osaka *or Amsterdam* forks.

0 commit comments

Comments
 (0)