From d27a1f01e9d28f11db64da95cd0fa5bb946fb653 Mon Sep 17 00:00:00 2001 From: PutraLaksmana Date: Tue, 23 Apr 2024 17:53:54 +0000 Subject: [PATCH] fix linter --- core/txpool/legacypool/legacypool_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/txpool/legacypool/legacypool_test.go b/core/txpool/legacypool/legacypool_test.go index 1f171c294e..50f1b00a6e 100644 --- a/core/txpool/legacypool/legacypool_test.go +++ b/core/txpool/legacypool/legacypool_test.go @@ -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.