aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Sanders <gsanders87@gmail.com>2024-04-08 15:05:07 +0200
committerGreg Sanders <gsanders87@gmail.com>2024-04-08 15:05:07 +0200
commit73b68bd8b4f9447e30091c7f8c3dc91a086bd93b (patch)
tree7baa10cd2cdfe90c8cca93d57bf18a61fbbf05f7
parent19b968f743ca666032371ab2424feaffd0c6043e (diff)
downloadbitcoin-73b68bd8b4f9447e30091c7f8c3dc91a086bd93b.tar.xz
fill_mempool: remove subtest-specific comment
-rwxr-xr-xtest/functional/mempool_limit.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/mempool_limit.py b/test/functional/mempool_limit.py
index 6215610c31..3e6856700e 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