Skip to content

Commit

Permalink
accounts/abi/bind/backends: typo fix (ethereum#25549)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong authored and HanWang233 committed Sep 11, 2022
1 parent 296c27f commit 87bec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/bind/backends/simulated.go
Expand Up @@ -609,7 +609,7 @@ func (b *SimulatedBackend) callContract(ctx context.Context, call ethereum.CallM
// User specified the legacy gas field, convert to 1559 gas typing
call.GasFeeCap, call.GasTipCap = call.GasPrice, call.GasPrice
} else {
// User specified 1559 gas feilds (or none), use those
// User specified 1559 gas fields (or none), use those
if call.GasFeeCap == nil {
call.GasFeeCap = new(big.Int)
}
Expand Down

0 comments on commit 87bec96

Please sign in to comment.