From 47e713ea5a96d3bb2ddd64c8a87607e5ccea8c72 Mon Sep 17 00:00:00 2001 From: Peter Todd Date: Mon, 28 Apr 2025 20:26:20 +0000 Subject: [PATCH] Remove old comment to datacarriersize argument --- test/functional/test_framework/mempool_util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/functional/test_framework/mempool_util.py b/test/functional/test_framework/mempool_util.py index 0e9c821e2ea..2991a88b54d 100644 --- a/test/functional/test_framework/mempool_util.py +++ b/test/functional/test_framework/mempool_util.py @@ -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. """