mirror of
https://github.com/status-im/op-geth.git
synced 2025-01-14 16:55:53 +00:00
gas -> gasprice
This commit is contained in:
parent
1c364b6beb
commit
1a96798642
@ -191,9 +191,9 @@ func (api *EthereumApi) GetRequestReply(req *RpcRequest, reply *interface{}) err
|
||||
|
||||
var gasprice string
|
||||
if args.GasPrice == nil {
|
||||
gas = ""
|
||||
gasprice = ""
|
||||
} else {
|
||||
gas = args.GasPrice.String()
|
||||
gasprice = args.GasPrice.String()
|
||||
}
|
||||
|
||||
v, err := api.xeth().Transact(args.From, args.To, nonce, args.Value.String(), gas, gasprice, args.Data)
|
||||
|
Loading…
x
Reference in New Issue
Block a user