Skip to content

Commit fa3f682

Browse files
author
MarcoFalke
committed
test: Fixup fill_mempool docstring
The assumption was removed in commit 3eab8b7.
1 parent 7cc9a08 commit fa3f682

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/functional/test_framework/mempool_util.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ def fill_mempool(test_framework, node, *, tx_sync_fun=None):
5757
"""Fill mempool until eviction.
5858
5959
Allows for simpler testing of scenarios with floating mempoolminfee > minrelay
60-
Requires -maxmempool=5 and assumes -minrelaytxfee
61-
is 1 sat/vbyte.
60+
Requires -maxmempool=5.
6261
To avoid unintentional tx dependencies, the mempool filling txs are created with a
6362
tagged ephemeral miniwallet instance.
6463
"""

0 commit comments

Comments
 (0)