From 06f2ede34cda9d07c4efc2f0171988e890407830 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Mon, 14 Feb 2022 17:58:56 -0500 Subject: [PATCH] proposal comment typo --- internal/consensus/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/state.go b/internal/consensus/state.go index 004a8cfac..16c40e96a 100644 --- a/internal/consensus/state.go +++ b/internal/consensus/state.go @@ -1513,7 +1513,7 @@ func (cs *State) defaultDoPrevote(ctx context.Context, height int64, round int32 valid. If the Application does not accept the block, Tendermint prevotes `nil`. WARNING: misuse of block rejection by the Application can seriously compromise Tendermint's - liveness properties. Please see `PrepareProosal`-`ProcessProposal` coherence and determinism + liveness properties. Please see `PrepareProposal`-`ProcessProposal` coherence and determinism properties in the ABCI++ specification. */ stateMachineValidBlock, err := cs.blockExec.ProcessProposal(ctx, cs.ProposalBlock, cs.state)