From fa3f682032a3292604f363a5ee4557937f3d8950 Mon Sep 17 00:00:00 2001 From: MarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz> Date: Fri, 29 Aug 2025 08:04:21 +0200 Subject: [PATCH] test: Fixup fill_mempool docstring The assumption was removed in commit 3eab8b724044dc321f70e5eed66b149713158a04. --- test/functional/test_framework/mempool_util.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. """