Skip to content

Commit 73b68bd

Browse files
committed
fill_mempool: remove subtest-specific comment
1 parent 19b968f commit 73b68bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/mempool_limit.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def fill_mempool(self):
4747
# Generate UTXOs to flood the mempool
4848
# 1 to create a tx initially that will be evicted from the mempool later
4949
# 75 transactions each with a fee rate higher than the previous one
50-
# And 1 more to verify that this tx does not get added to the mempool with a fee rate less than the mempoolminfee
51-
# And 2 more for the package cpfp test
5250
self.generate(miniwallet, 1 + (num_of_batches * tx_batch_size))
5351

5452
# Mine 99 blocks so that the UTXOs are allowed to be spent

0 commit comments

Comments
 (0)