mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-27 05:12:58 +00:00
Change eth_pushTx case to eth_sendRawTransaction
This commit is contained in:
parent
d6233c7d2d
commit
f9f9352ceb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue