From 73b68bd8b4f9447e30091c7f8c3dc91a086bd93b Mon Sep 17 00:00:00 2001 From: Greg Sanders Date: Mon, 8 Apr 2024 15:05:07 +0200 Subject: [PATCH] fill_mempool: remove subtest-specific comment --- test/functional/mempool_limit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/mempool_limit.py b/test/functional/mempool_limit.py index 6215610c315..3e6856700e9 100755 --- a/test/functional/mempool_limit.py +++ b/test/functional/mempool_limit.py @@ -47,8 +47,6 @@ class MempoolLimitTest(BitcoinTestFramework): # Generate UTXOs to flood the mempool # 1 to create a tx initially that will be evicted from the mempool later # 75 transactions each with a fee rate higher than the previous one - # And 1 more to verify that this tx does not get added to the mempool with a fee rate less than the mempoolminfee - # And 2 more for the package cpfp test self.generate(miniwallet, 1 + (num_of_batches * tx_batch_size)) # Mine 99 blocks so that the UTXOs are allowed to be spent