From 6b2115543269998aaeec7b7ea1bb968d0be5432e Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Wed, 6 Mar 2024 11:58:35 +0100 Subject: [PATCH] ethstats: remove miner and hashrate flags --- ethstats/ethstats.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 2e62815a72..6e71666ec1 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -774,10 +774,10 @@ type nodeStats struct { Uptime int `json:"uptime"` } -// reportStats retrieves various stats about the node at the networking and -// mining layer and reports it to the stats server. +// reportStats retrieves various stats about the node at the networking layer +// and reports it to the stats server. func (s *Service) reportStats(conn *connWrapper) error { - // Gather the syncing and mining infos from the local miner instance + // Gather the syncing infos from the local miner instance var ( syncing bool gasprice int