Remove old comment to datacarriersize argument

This commit is contained in:
Peter Todd 2025-04-28 20:26:20 +00:00
parent 8fd09d622d
commit 47e713ea5a
No known key found for this signature in database
GPG key ID: 2E5CB5D535512F37

View file

@ -41,8 +41,8 @@ def fill_mempool(test_framework, node, *, tx_sync_fun=None):
"""Fill mempool until eviction. """Fill mempool until eviction.
Allows for simpler testing of scenarios with floating mempoolminfee > minrelay Allows for simpler testing of scenarios with floating mempoolminfee > minrelay
Requires -datacarriersize=100000 and -maxmempool=5 and assumes -minrelaytxfee Requires -maxmempool=5 and assumes -minrelaytxfee is 1 sat/vbyte.
is 1 sat/vbyte.
To avoid unintentional tx dependencies, the mempool filling txs are created with a To avoid unintentional tx dependencies, the mempool filling txs are created with a
tagged ephemeral miniwallet instance. tagged ephemeral miniwallet instance.
""" """