diff --git a/test/functional/mempool_ephemeral_dust.py b/test/functional/mempool_ephemeral_dust.py index 5d769269a149c..813ca65512be0 100755 --- a/test/functional/mempool_ephemeral_dust.py +++ b/test/functional/mempool_ephemeral_dust.py @@ -470,7 +470,7 @@ def test_free_relay(self): self.wallet.rescan_utxos() assert_equal(self.nodes[0].getrawmempool(), []) - # Other topology tests require relaxation of submitpackage topology + # Other topology tests (e.g., grandparents and parents both with dust) require relaxation of submitpackage topology self.restart_node(0, extra_args=[]) self.restart_node(1, extra_args=[])