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 7, 2022
1 parent f2b9d0b commit 1eccdd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accounts/abi/bind/backends/simulated.go
Expand Up @@ -634,7 +634,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 1eccdd3

Please sign in to comment.