test: Fixup fill_mempool docstring

The assumption was removed in commit
3eab8b7240.
This commit is contained in:
MarcoFalke
2025-08-29 08:04:21 +02:00
parent 7cc9a08706
commit fa3f682032

View File

@@ -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.
"""