update TestStatePOL comment

This commit is contained in:
William Banfield
2021-09-22 13:47:43 -04:00
parent bf90e1c6e2
commit 2bb9ca26c4

View File

@@ -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)