From 2bb9ca26c4b331bd520efc90ff208f75d05f7170 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Wed, 22 Sep 2021 13:47:43 -0400 Subject: [PATCH] update TestStatePOL comment --- internal/consensus/state_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/state_test.go b/internal/consensus/state_test.go index 0e25a7b3d..5e7f085cf 100644 --- a/internal/consensus/state_test.go +++ b/internal/consensus/state_test.go @@ -716,7 +716,7 @@ func TestStateLockPOLRelock(t *testing.T) { // TestStatePOLDoesNotUnlock tests that a validator maintains its locked block // despite receiving +2/3 nil prevotes and nil precommits from other validators. // Tendermint used to 'unlock' its locked block when greater than 2/3 prevotes -// for a block nil were seen. This behavior has been removed and this test ensures +// for a nil block were seen. This behavior has been removed and this test ensures // that it has been completely removed. func TestStatePOLDoesNotUnlock(t *testing.T) { config := configSetup(t)