From aff1481682c1d81d4319649484e5c772ba766909 Mon Sep 17 00:00:00 2001 From: frog power 4000 Date: Sat, 12 Mar 2022 18:57:43 -0800 Subject: [PATCH] Update abci++_basic_concepts_002_draft.md (#8114) Minor Typo (nice doc!) --- spec/abci++/abci++_basic_concepts_002_draft.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/abci++/abci++_basic_concepts_002_draft.md b/spec/abci++/abci++_basic_concepts_002_draft.md index 22517fdbb..86f235e9c 100644 --- a/spec/abci++/abci++_basic_concepts_002_draft.md +++ b/spec/abci++/abci++_basic_concepts_002_draft.md @@ -214,7 +214,7 @@ transactions and compute the same results. Some Applications may choose to execute the blocks that are about to be proposed (via `PrepareProposal`), or those that the Application is asked to validate -(via `Processproposal`). However, the state changes caused by processing those +(via `ProcessProposal`). However, the state changes caused by processing those proposed blocks must never replace the previous state until `FinalizeBlock` confirms the block decided.