mirror of
https://github.com/tendermint/tendermint.git
synced 2026-06-03 21:06:22 +00:00
Update abci++_basic_concepts_002_draft.md (#8114)
Minor Typo (nice doc!)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user