mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 21:10:10 +00:00
Fix spelling mistake to appease linter
Signed-off-by: Thane Thomson <connect@thanethomson.com>
This commit is contained in:
@@ -2215,7 +2215,7 @@ func TestPrepareProposalReceivesVoteExtensions(t *testing.T) {
|
||||
addr := pv1.Address()
|
||||
voteCh := subscribeToVoter(ctx, t, cs1, addr)
|
||||
|
||||
// ensure that the height is commited.
|
||||
// ensure that the height is committed.
|
||||
ensurePrecommit(t, voteCh, height, round)
|
||||
validatePrecommit(ctx, t, cs1, round, round, vss[0], blockID.Hash, blockID.Hash)
|
||||
incrementHeight(vss[1:]...)
|
||||
|
||||
Reference in New Issue
Block a user