From 79ffb4eb8dbbffe969fc56f735aca5a47d69753a Mon Sep 17 00:00:00 2001 From: Mark Mackey Date: Fri, 2 Feb 2024 13:02:25 +0800 Subject: [PATCH] spelling.. --- src/engine/identification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/identification.md b/src/engine/identification.md index c66f7598..3114fafe 100644 --- a/src/engine/identification.md +++ b/src/engine/identification.md @@ -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. \ No newline at end of file