We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b968f commit 73b68bdCopy full SHA for 73b68bd
test/functional/mempool_limit.py
@@ -47,8 +47,6 @@ def fill_mempool(self):
47
# Generate UTXOs to flood the mempool
48
# 1 to create a tx initially that will be evicted from the mempool later
49
# 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
52
self.generate(miniwallet, 1 + (num_of_batches * tx_batch_size))
53
54
# Mine 99 blocks so that the UTXOs are allowed to be spent
0 commit comments