Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
PutraLaksmana committed Apr 23, 2024
1 parent b6182b0 commit d27a1f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/txpool/legacypool/legacypool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1575,6 +1575,7 @@ func TestMinGasPriceEnforced(t *testing.T) {
t.Fatalf("Min tip enforced with locals enabled, error: %v", err)
}
}

// Tests that setting the transaction pool gas price to a higher value correctly
// discards everything cheaper (legacy & dynamic fee) than that and moves any
// gapped transactions back from the pending pool to the queue.
Expand Down

0 comments on commit d27a1f0

Please sign in to comment.