mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-28 15:35:40 +00:00
Rename eth_Version to eth_protocolVersion. Closes #737
This commit is contained in:
parent
5f6c8832af
commit
41e3d01e63
@ -56,7 +56,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
|
||||
*reply = api.xeth().IsListening()
|
||||
case "net_peerCount":
|
||||
*reply = newHexNum(api.xeth().PeerCount())
|
||||
case "eth_version":
|
||||
case "eth_protocolVersion":
|
||||
*reply = api.xeth().EthVersion()
|
||||
case "eth_coinbase":
|
||||
*reply = newHexData(api.xeth().Coinbase())
|
||||
|
Loading…
x
Reference in New Issue
Block a user