From a3a31bf3bce0768958fea51fd9912aecee755508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Thu, 21 Jun 2018 15:39:09 +0200 Subject: [PATCH] ethstats: Geth+EVMC --- ethstats/ethstats.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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{