Skip to content

Commit

Permalink
ethstats: Geth+EVMC
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 21, 2018
1 parent 68eea63 commit a3a31bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ethstats/ethstats.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit a3a31bf

Please sign in to comment.