diff --git a/test/functional/test_framework/mempool_util.py b/test/functional/test_framework/mempool_util.py index 9ffd934f5aa..3c4609c0b44 100644 --- a/test/functional/test_framework/mempool_util.py +++ b/test/functional/test_framework/mempool_util.py @@ -57,8 +57,7 @@ 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 -maxmempool=5 and assumes -minrelaytxfee - is 1 sat/vbyte. + Requires -maxmempool=5. To avoid unintentional tx dependencies, the mempool filling txs are created with a tagged ephemeral miniwallet instance. """