mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
Remove old comment to datacarriersize argument
This commit is contained in:
parent
8fd09d622d
commit
47e713ea5a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue