From 067ce11dd20166b6e21017e6221a2c6363490486 Mon Sep 17 00:00:00 2001 From: Nathan Seva Date: Tue, 21 Nov 2023 23:08:16 +0100 Subject: [PATCH] fix transition to EXECUTED_WITH_FAILURE --- docs/learn/operation-format-execution.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/learn/operation-format-execution.mdx b/docs/learn/operation-format-execution.mdx index dc5eb8db3..06fa3d301 100644 --- a/docs/learn/operation-format-execution.mdx +++ b/docs/learn/operation-format-execution.mdx @@ -770,7 +770,7 @@ As candidate slots are executed, candidate operation states can transition from If the slot `S` is the latest executed final slot, then the observed status of a given operation at the output of `S` is considered final. As final slots are executed, the following final operation state transitions can be observed: * `EXECUTABLE_OR_EXPIRED` -> `EXECUTED_WITH_SUCCESS`: the operation was executed as final with success -* `EXECUTABLE_OR_EXPIRED` -> `EXECUTED_WITH_SUCCESS`: the operation was executed as final with failure +* `EXECUTABLE_OR_EXPIRED` -> `EXECUTED_WITH_FAILURE`: the operation was executed as final with failure * `EXECUTED_WITH_SUCCESS` -> `EXECUTABLE_OR_EXPIRED`: the operation was executed as final with success and then it expired and was pruned away * `EXECUTED_WITH_FAILURE` -> `EXECUTABLE_OR_EXPIRED`: the operation was executed as final with failure and then it expired and was pruned away