Skip to content

Commit 7e58c94

Browse files
committed
Merge bitcoin/bitcoin#33269: test: Fixup fill_mempool docstring
fa3f682 test: Fixup fill_mempool docstring (MarcoFalke) Pull request description: The assumption was removed in commit 3eab8b7. ACKs for top commit: l0rinc: ACK fa3f682 enirox001: ACK bitcoin/bitcoin@fa3f682 - docstring cleanup, looks good. pablomartin4btc: ACK fa3f682 naiyoma: ACK fa3f682 Tree-SHA512: 5b1fc003b5bea4f98c1b79376b06f5565ccddaf6b4969e1b16f1225755e1c68a5fde3ccafa86d2923a92aa8a8f9c47dfd048be2ff705d7269664188cf11da3f4
2 parents 7cc9a08 + fa3f682 commit 7e58c94

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)