(cherry picked from commit 31457ad361)

Co-authored-by: Sergio Mena <sergio@informal.systems>
This commit is contained in:
mergify[bot]
2022-07-15 14:03:29 +02:00
committed by GitHub
co-authored by Sergio Mena
parent a10078fab2
commit b1fbd37226
+1 -1
View File
@@ -79,7 +79,7 @@ call sequences of these methods.
- [**ProcessProposal:**](./abci++_methods.md#processproposal) It allows a validator to
perform application-dependent work in a proposed block. This enables features such as immediate
block execution, and allows the Application to reject invalid blocks.
Tendermint calls it when it receives a proposal and the Tendermint algorithms has not locked on a
Tendermint calls it when it receives a proposal and the Tendermint algorithm has not locked on a
value. The Application cannot modify the proposal at this point but can reject it if it is
invalid. If that is the case, Tendermint will prevote `nil` on the proposal, which has
strong liveness implications for Tendermint. As a general rule, the Application