mirror of https://github.com/status-im/op-geth.git
internal/ethapi: fix typo in comment (#15659)
This commit is contained in:
parent
32516c768e
commit
bbea4b2b53
|
@ -1071,7 +1071,7 @@ type SendTxArgs struct {
|
|||
Nonce *hexutil.Uint64 `json:"nonce"`
|
||||
}
|
||||
|
||||
// prepareSendTxArgs is a helper function that fills in default values for unspecified tx fields.
|
||||
// setDefaults is a helper function that fills in default values for unspecified tx fields.
|
||||
func (args *SendTxArgs) setDefaults(ctx context.Context, b Backend) error {
|
||||
if args.Gas == nil {
|
||||
args.Gas = (*hexutil.Big)(big.NewInt(defaultGas))
|
||||
|
|
Loading…
Reference in New Issue