diff --git a/node/metrics.go b/node/metrics.go index 1d4cab247b..800c4048e9 100644 --- a/node/metrics.go +++ b/node/metrics.go @@ -246,7 +246,6 @@ func (g *Metrics) collectOnchainMetrics() { // Reset the cache to false for all quorum for next cycle g.allQuorumCache[q] = false } - } } }