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 blakehhuynh committed Oct 3, 2022
1 parent bf9efd3 commit 45296b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/bind/backends/simulated.go
Expand Up @@ -636,7 +636,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 45296b8

Please sign in to comment.