From 9cfa6045ad50db9d3420ba793294d87e5a41bbd3 Mon Sep 17 00:00:00 2001 From: William Banfield <4561443+williambanfield@users.noreply.github.com> Date: Mon, 20 Sep 2021 18:44:06 -0400 Subject: [PATCH] Update internal/consensus/state.go --- 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 782adb1a2..7daa96233 100644 --- a/internal/consensus/state.go +++ b/internal/consensus/state.go @@ -1407,7 +1407,7 @@ func (cs *State) enterPrecommit(height int64, round int32) { panic(fmt.Sprintf("this POLRound should be %v but got %v", round, polRound)) } - // +2/3 prevoted nil. + // +2/3 prevoted nil. Precommit nil. if len(blockID.Hash) == 0 { logger.Debug("precommit step; +2/3 prevoted for nil") cs.signAddVote(tmproto.PrecommitType, nil, types.PartSetHeader{})