good morning!!!!

Skip to content
Snippets Groups Projects
Commit f9f9352c authored by Nick Dodson's avatar Nick Dodson
Browse files

Change eth_pushTx case to eth_sendRawTransaction

parent d6233c7d
Branches devnet-70004
Tags v0.2.0-devnet-70004
No related merge requests found
...@@ -170,7 +170,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err ...@@ -170,7 +170,7 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
} }
*reply = v *reply = v
case "eth_pushTx": case "eth_sendRawTransaction":
args := new(NewSigArgs) args := new(NewSigArgs)
if err := json.Unmarshal(req.Params, &args); err != nil { if err := json.Unmarshal(req.Params, &args); err != nil {
return err return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment