cmd/geth: rename the protocols field in the metrics gague (#28102)

This commit is contained in:
Péter Szilágyi 2023-09-13 20:17:55 +03:00 committed by GitHub
parent 8b6cf128af
commit eb7438997b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,7 @@ func makeFullNode(ctx *cli.Context) (*node.Node, ethapi.Backend) {
"arch": runtime.GOARCH,
"os": runtime.GOOS,
"version": cfg.Node.Version,
"eth_protocols": strings.Join(protos, ","),
"protocols": strings.Join(protos, ","),
})
}