Commit f9f9352c authored by Nick Dodson's avatar Nick Dodson

Change eth_pushTx case to eth_sendRawTransaction

parent d6233c7d
......@@ -170,7 +170,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
}
*reply = v
case "eth_pushTx":
case "eth_sendRawTransaction":
args := new(NewSigArgs)
if err := json.Unmarshal(req.Params, &args); err != nil {
return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment