Skip to content

Commit fa1305f

Browse files
authored
internal/ethapi: fix comment typo (#25548)
1 parent 2c5648d commit fa1305f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/transaction_args.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (args *TransactionArgs) ToMessage(globalGasCap uint64, baseFee *big.Int) (t
238238
gasPrice = args.GasPrice.ToInt()
239239
gasFeeCap, gasTipCap = gasPrice, gasPrice
240240
} else {
241-
// User specified 1559 gas feilds (or none), use those
241+
// User specified 1559 gas fields (or none), use those
242242
gasFeeCap = new(big.Int)
243243
if args.MaxFeePerGas != nil {
244244
gasFeeCap = args.MaxFeePerGas.ToInt()

0 commit comments

Comments
 (0)