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.