We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13eb46e commit 8db7b23Copy full SHA for 8db7b23
rpc/api.go
@@ -56,7 +56,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
56
*reply = api.xeth().IsListening()
57
case "net_peerCount":
58
*reply = newHexNum(api.xeth().PeerCount())
59
- case "eth_protocolVersion":
+ case "eth_version":
60
*reply = api.xeth().EthVersion()
61
case "eth_coinbase":
62
*reply = newHexData(api.xeth().Coinbase())
0 commit comments