mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -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.
|
||||
|
||||
Allows for simpler testing of scenarios with floating mempoolminfee > minrelay
|
||||
Requires -datacarriersize=100000 and -maxmempool=5 and assumes -minrelaytxfee
|
||||
is 1 sat/vbyte.
|
||||
Requires -maxmempool=5 and assumes -minrelaytxfee is 1 sat/vbyte.
|
||||
|
||||
To avoid unintentional tx dependencies, the mempool filling txs are created with a
|
||||
tagged ephemeral miniwallet instance.
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue