Browse Source

Update spec/abci++/abci++_basic_concepts_002_draft.md

Co-authored-by: M. J. Fromberger <fromberger@interchain.io>
pull/8048/head
Manuel Bravo 3 years ago
committed by GitHub
parent
commit
92da2b2565
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      spec/abci++/abci++_basic_concepts_002_draft.md

+ 1
- 1
spec/abci++/abci++_basic_concepts_002_draft.md View File

@ -143,7 +143,7 @@ previous block, namely:
* the consensus parameter updates * the consensus parameter updates
* the validator updates * the validator updates
With ABCI++, an Application may decide to keep using the next-block execution model;
With ABCI++, an Application may decide to keep using the next-block execution model, by doing all its processing in `FinalizeBlock`;
however the new methods introduced, `PrepareProposal` and `ProcessProposal` allow however the new methods introduced, `PrepareProposal` and `ProcessProposal` allow
for a new execution model, called _same-block execution_. An Application implementing for a new execution model, called _same-block execution_. An Application implementing
this execution model, upon receiving a raw proposal via `RequestPrepareProposal` this execution model, upon receiving a raw proposal via `RequestPrepareProposal`


Loading…
Cancel
Save