Skip to content

Commit 32e8490

Browse files
authored
accounts/abi/bind/backends: typo fix (#25549)
1 parent fa1305f commit 32e8490

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
@@ -609,7 +609,7 @@ func (b *SimulatedBackend) callContract(ctx context.Context, call ethereum.CallM
609609
// User specified the legacy gas field, convert to 1559 gas typing
610610
call.GasFeeCap, call.GasTipCap = call.GasPrice, call.GasPrice
611611
} else {
612-
// User specified 1559 gas feilds (or none), use those
612+
// User specified 1559 gas fields (or none), use those
613613
if call.GasFeeCap == nil {
614614
call.GasFeeCap = new(big.Int)
615615
}

0 commit comments

Comments
 (0)