diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 0ff381e8a1..452c8f1a0a 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -380,8 +380,7 @@ func (s *Service) login(conn *websocket.Conn) error { network = fmt.Sprintf("%d", infos.Protocols["les"].(*les.NodeInfo).Network) protocol = fmt.Sprintf("les/%d", les.ClientProtocolVersions[0]) } - node := strings.Replace(infos.Name, "Geth", "Geth+EVMJIT", 1) - log.Warn("Node name: " + node) + node := strings.Replace(infos.Name, "Geth", "Geth+EVMC", 1) auth := &authMsg{ ID: s.node, Info: nodeInfo{