mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
fill_mempool: remove subtest-specific comment
This commit is contained in:
parent
19b968f743
commit
73b68bd8b4
1 changed files with 0 additions and 2 deletions
|
@ -47,8 +47,6 @@ class MempoolLimitTest(BitcoinTestFramework):
|
||||||
# Generate UTXOs to flood the mempool
|
# Generate UTXOs to flood the mempool
|
||||||
# 1 to create a tx initially that will be evicted from the mempool later
|
# 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
|
# 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))
|
self.generate(miniwallet, 1 + (num_of_batches * tx_batch_size))
|
||||||
|
|
||||||
# Mine 99 blocks so that the UTXOs are allowed to be spent
|
# Mine 99 blocks so that the UTXOs are allowed to be spent
|
||||||
|
|
Loading…
Add table
Reference in a new issue