Skip to content

Commit

Permalink
spelling..
Browse files Browse the repository at this point in the history
  • Loading branch information
ethDreamer committed Feb 2, 2024
1 parent 68bdbd6 commit 79ffb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/identification.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ Rationale: Human-readable fields like `clientName` and `version` are useful for

1. Consensus and execution layer clients **MAY** exchange `ClientVersionV1` objects. Execution clients **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.
2. Clients **MUST** accommodate receiving any two-letter `ClientCode`, even if they are not reserved in the list above. Clients **MAY** log messages upon receiving an unlisted client code.
3. When connected to a single execution client, the consensus client **MUST** receieve an array with a single
3. When connected to a single execution client, the consensus client **MUST** receive an array with a single
`ClientVersionV1` object. When connected to multiple execution clients via a multiplexer, the multiplexer **MUST** concatenate the responses from each execution client into a single, flat array before returning the
response to the consensus client.

0 comments on commit 79ffb4e

Please sign in to comment.