Merge branch 'develop' of https://github.com/kobigurk/go-ethereum into kobigurk-develop

This commit is contained in:
obscuren
2015-04-28 11:10:44 +02:00
3 changed files with 7 additions and 0 deletions

View File

@ -465,6 +465,8 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
return err
}
*reply = api.xeth().Whisper().Messages(args.Id)
case "ext_hashrate":
*reply = newHexNum(api.xeth().HashRate())
// case "eth_register":
// // Placeholder for actual type