From c917583b99e169c03c959d9259a187ecbe3e84e5 Mon Sep 17 00:00:00 2001 From: William Banfield Date: Thu, 17 Feb 2022 17:10:35 -0500 Subject: [PATCH] comment fix to match histogram --- internal/consensus/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/consensus/metrics.go b/internal/consensus/metrics.go index f18f3546c..d6673f272 100644 --- a/internal/consensus/metrics.go +++ b/internal/consensus/metrics.go @@ -74,7 +74,7 @@ type Metrics struct { StepDuration metrics.Histogram stepStart time.Time - // Time taken to receive a block in seconds, measured between when a new block is first + // Histogram of time taken to receive a block in seconds, measured between when a new block is first // discovered to when the block is completed. BlockGossipReceiveTime metrics.Histogram blockGossipStart time.Time