Skip to content

Commit 45296b8

Browse files
ucwongblakehhuynh
authored andcommitted
accounts/abi/bind/backends: typo fix (ethereum#25549)
1 parent bf9efd3 commit 45296b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accounts/abi/bind/backends/simulated.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func (b *SimulatedBackend) callContract(ctx context.Context, call ethereum.CallM
636636
// User specified the legacy gas field, convert to 1559 gas typing
637637
call.GasFeeCap, call.GasTipCap = call.GasPrice, call.GasPrice
638638
} else {
639-
// User specified 1559 gas feilds (or none), use those
639+
// User specified 1559 gas fields (or none), use those
640640
if call.GasFeeCap == nil {
641641
call.GasFeeCap = new(big.Int)
642642
}

0 commit comments

Comments
 (0)