From 60e6cdd73345ac7bab3ccea895efe834d821511b Mon Sep 17 00:00:00 2001 From: William Banfield Date: Fri, 3 Dec 2021 09:46:02 -0500 Subject: [PATCH] comment fix /height2/height4/ --- internal/consensus/pbts_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/pbts_test.go b/internal/consensus/pbts_test.go index e9010e6e5..8720a3422 100644 --- a/internal/consensus/pbts_test.go +++ b/internal/consensus/pbts_test.go @@ -74,7 +74,7 @@ type pbtsTestConfiguration struct { // The timestamp of the block proposed at height 2. height2ProposedBlockTime time.Time - // The timestamp of the block proposed at height 2. + // The timestamp of the block proposed at height 4. height4ProposedBlockTime time.Time }