Merge branch 'rpccall' into hexify

This commit is contained in:
Taylor Gerring
2015-03-31 22:40:52 +02:00
3 changed files with 357 additions and 9 deletions

View File

@ -159,7 +159,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
}
*reply = v
case "eth_call":
args := new(NewTxArgs)
args := new(CallArgs)
if err := json.Unmarshal(req.Params, &args); err != nil {
return err
}