From 84e4303e4882d6a223472510b561f81f633b5c4b Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Wed, 24 Jul 2024 21:58:57 -0700 Subject: [PATCH] update comment --- cmd/slinky/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/slinky/main.go b/cmd/slinky/main.go index 705a38688..8aebc2139 100644 --- a/cmd/slinky/main.go +++ b/cmd/slinky/main.go @@ -186,7 +186,7 @@ func init() { "Use a custom listen-to endpoint for market-map (overwrites what is provided in oracle-config).", ) - // these flags are flags that are connected to the OracleConfig. + // these flags are connected to the OracleConfig. rootCmd.Flags().Bool( flagMetricsEnabled, cmdconfig.DefaultMetricsEnabled,