Commit 1c364b6b authored by Taylor Gerring's avatar Taylor Gerring

gas -> gasprice

parent c8a9a4e7
......@@ -626,9 +626,9 @@ func (api *EthereumApi) doCall(params json.RawMessage) (string, string, error) {
var gasprice string
if args.GasPrice == nil {
gas = ""
gasprice = ""
} else {
gas = args.GasPrice.String()
gasprice = args.GasPrice.String()
}
return api.xethAtStateNum(args.BlockNumber).Call(args.From, args.To, args.Value.String(), gas, gasprice, args.Data)
......
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