Skip to content

Commit e5709a4

Browse files
committed
func: slight elaboration on submitpackage restriction
1 parent 08e969b commit e5709a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/mempool_ephemeral_dust.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def test_free_relay(self):
470470
self.wallet.rescan_utxos()
471471
assert_equal(self.nodes[0].getrawmempool(), [])
472472

473-
# Other topology tests require relaxation of submitpackage topology
473+
# Other topology tests (e.g., grandparents and parents both with dust) require relaxation of submitpackage topology
474474

475475
self.restart_node(0, extra_args=[])
476476
self.restart_node(1, extra_args=[])

0 commit comments

Comments
 (0)