This commit is contained in:
obscuren
2015-03-10 20:28:20 +01:00
parent 35841e5190
commit ce595b9266
3 changed files with 4 additions and 2 deletions

View File

@ -556,7 +556,7 @@ func (p *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) error
return err
}
return p.GetData(args, reply)
case "eth_sendTransaction":
case "eth_sendTransaction", "eth_transact":
args := new(NewTxArgs)
if err := json.Unmarshal(req.Params, &args); err != nil {
return err