mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/utils: typo
Signed-off-by: jsvisa <delweng@gmail.com>
This commit is contained in:
parent
baf7f87653
commit
ddb029d76b
1 changed files with 1 additions and 1 deletions
|
|
@ -2044,7 +2044,7 @@ func SetupMetricsFromCLI(ctx *cli.Context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func SetupMetricsFromConfig(c *metrics.Config) {
|
func SetupMetricsFromConfig(c *metrics.Config) {
|
||||||
if metrics.Enabled {
|
if !metrics.Enabled {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue