mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 05:56:45 +01:00
metrics: remove redundant type specifiers (#19090)
This commit is contained in:
committed by
Péter Szilágyi
parent
7b3e3d549e
commit
f57c80d22e
@@ -19,7 +19,7 @@ import (
|
||||
//
|
||||
// This global kill-switch helps quantify the observer effect and makes
|
||||
// for less cluttered pprof profiles.
|
||||
var Enabled bool = false
|
||||
var Enabled = false
|
||||
|
||||
// MetricsEnabledFlag is the CLI flag name to use to enable metrics collections.
|
||||
const MetricsEnabledFlag = "metrics"
|
||||
|
||||
Reference in New Issue
Block a user