Skip to content

Commit 12b0bb6

Browse files
ucwongjagdeep sidhu
authored andcommitted
internal/ethapi: fix comment typo (ethereum#25548)
1 parent 38c25d6 commit 12b0bb6

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)