mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
ethstats: Geth+EVMC
This commit is contained in:
parent
68eea63083
commit
a3a31bf3bc
1 changed files with 1 additions and 2 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Reference in a new issue