Skip to content

Commit 8d0e757

Browse files
authored
Fix: typos (#576)
* fix typo * fix typo * fix typo * fix typo
1 parent b31c99b commit 8d0e757

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/engine/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Execution layer clients **MUST** support `engine_exchangeCapabilities` method, w
161161

162162
#### Specification
163163

164-
1. Consensus and execution layer client software **MAY** exchange with a list of currently supported Engine API methods. Execution layer client software **MUST NOT** log any error messages if this method has either never been called or haven't been called for a significant amount of time.
164+
1. Consensus and execution layer client software **MAY** exchange with a list of currently supported Engine API methods. Execution layer client software **MUST NOT** log any error messages if this method has either never been called or hasn't been called for a significant amount of time.
165165

166166
2. Request and response lists **MUST** contain Engine API methods that are currently supported by consensus and execution client software respectively. Name of each method in both lists **MUST** include suffixed version. Consider the following examples:
167167
* Client software of both layers currently supports `V1` and `V2` versions of `engine_newPayload` method:

src/engine/paris.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ The payload build process is specified as follows:
222222

223223
1. Verify that `payloadAttributes.timestamp` is greater than `timestamp` of a block referenced by `forkchoiceState.headBlockHash` and return `-38003: Invalid payload attributes` on failure.
224224

225-
2. If `payloadAttributes` passes all valdiation steps, begin a payload build process building on top of `forkchoiceState.headBlockHash` and identified via `buildProcessId` value. The build process is specified in the [Payload building](#payload-building) section.
225+
2. If `payloadAttributes` passes all validation steps, begin a payload build process building on top of `forkchoiceState.headBlockHash` and identified via `buildProcessId` value. The build process is specified in the [Payload building](#payload-building) section.
226226

227227
3. If `payloadAttributes` validation fails, the `forkchoiceState` update **MUST NOT** be rolled back.
228228

src/engine/prague.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The response of this method is updated with [`ExecutionPayloadBodyV2`](#executio
184184
* method: `engine_getPayloadBodiesByRangeV2`
185185
* params:
186186
1. `start`: `QUANTITY`, 64 bits - Starting block number
187-
1. `count`: `QUANITTY`, 64 bits - Number of blocks to return
187+
1. `count`: `QUANTITY`, 64 bits - Number of blocks to return
188188
* timeout: 10s
189189

190190
#### Response

src/engine/shanghai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ This method follows the same specification as [`engine_getPayloadV1`](./paris.md
202202
* method: `engine_getPayloadBodiesByRangeV1`
203203
* params:
204204
1. `start`: `QUANTITY`, 64 bits - Starting block number
205-
1. `count`: `QUANITTY`, 64 bits - Number of blocks to return
205+
1. `count`: `QUANTITY`, 64 bits - Number of blocks to return
206206
* timeout: 10s
207207

208208
#### Response

0 commit comments

Comments
 (0)