From b7432c54d2faa5f282db7b3202c3c2ef907103ad Mon Sep 17 00:00:00 2001 From: Olexandr Radovenchyk Date: Fri, 26 Jul 2024 15:17:21 +0300 Subject: [PATCH] Update paris.md (#568) Update paris --- src/engine/paris.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/paris.md b/src/engine/paris.md index 953365da0..495e1db1c 100644 --- a/src/engine/paris.md +++ b/src/engine/paris.md @@ -235,7 +235,7 @@ The payload build process is specified as follows: * `{error: {code: -38002, message: "Invalid forkchoice state"}}` if `forkchoiceState` is either invalid or inconsistent * `{error: {code: -38003, message: "Invalid payload attributes"}}` if the payload is deemed `VALID` and `forkchoiceState` has been applied successfully, but no build process has been started due to invalid `payloadAttributes`. -10. If any of the above fails due to errors unrelated to the normal processing flow of the method, client software **MUST** respond with an error object. +9. If any of the above fails due to errors unrelated to the normal processing flow of the method, client software **MUST** respond with an error object. ### engine_getPayloadV1