Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Feb 27, 2025
1 parent 1703e5c commit 668bd4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/c/dynamic_fees.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ var _ = e2e.DescribeCChain("[Dynamic Fees]", func() {

const (
// maxFeePerGas is the maximum fee that transactions issued by this test
// will be willing to pay.
// will be willing to pay. The actual value doesn't really matter, it
// just needs to be higher than the `targetGasPrice` calculated below.
maxFeePerGas = 1000 * params.GWei
// minFeePerGas is the minimum fee that transactions issued by this test
// will pay.
Expand Down

0 comments on commit 668bd4e

Please sign in to comment.