eth, rpc, xeth: ext_hanhrate => eth_hashrate

This commit is contained in:
obscuren
2015-04-28 11:16:03 +02:00
parent 46f63ef04f
commit 459d898705
3 changed files with 2 additions and 3 deletions

View File

@ -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":