From 459d8987050e85fcae23d169453fc4d7f185eefc Mon Sep 17 00:00:00 2001 From: obscuren Date: Tue, 28 Apr 2015 11:16:03 +0200 Subject: eth, rpc, xeth: ext_hanhrate => eth_hashrate --- rpc/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpc/api.go') diff --git a/rpc/api.go b/rpc/api.go index 9fbe2c565..6f7a81474 100644 --- a/rpc/api.go +++ b/rpc/api.go @@ -465,7 +465,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err return err } *reply = api.xeth().Whisper().Messages(args.Id) - case "ext_hashrate": + case "eth_hashrate": *reply = newHexNum(api.xeth().HashRate()) // case "eth_register": -- cgit