From fdc8f651554a7e350d4004c9a853b7fa2fe729dc Mon Sep 17 00:00:00 2001 From: Cayman Date: Fri, 13 Sep 2024 10:45:54 -0400 Subject: [PATCH] chore: fix comment --- src/metrics.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/metrics.ts b/src/metrics.ts index d6040755..afba2e7b 100644 --- a/src/metrics.ts +++ b/src/metrics.ts @@ -259,7 +259,7 @@ export function getMetrics ( /* General Metrics */ /** - * Gossipsub supports floodsub, gossipsub v1.0 and gossipsub v1.1. Peers are classified based + * Gossipsub supports floodsub, gossipsub v1.0, v1.1, and v1.2. Peers are classified based * on which protocol they support. This metric keeps track of the number of peers that are * connected of each type. */ peersPerProtocol: register.gauge<{ protocol: string }>({