From e63dad0848aaff25e7e51fdcf07be6daca60f4bf Mon Sep 17 00:00:00 2001 From: tycho garen Date: Thu, 16 Jun 2022 18:14:44 -0400 Subject: [PATCH] fix port --- internal/p2p/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/p2p/metrics.go b/internal/p2p/metrics.go index 28afdb3ff..a88aaa3f2 100644 --- a/internal/p2p/metrics.go +++ b/internal/p2p/metrics.go @@ -41,7 +41,7 @@ type Metrics struct { // Number of successful connection attempts PeersConnectedSuccess metrics.Counter - // Number failed connection attempts + // Number of failed connection attempts PeersConnectedFailure metrics.Counter // Number of peers connected as a result of dialing the