From 29bca9713d21916b315c2ca0e9183bf567f39351 Mon Sep 17 00:00:00 2001 From: epysqyli <49974367+epysqyli@users.noreply.github.com> Date: Sat, 4 Jan 2025 22:50:29 +0100 Subject: [PATCH] test: fix typo in mempool_ephemeral_dust --- test/functional/mempool_ephemeral_dust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/mempool_ephemeral_dust.py b/test/functional/mempool_ephemeral_dust.py index 10cacd95395..e614a9e6074 100755 --- a/test/functional/mempool_ephemeral_dust.py +++ b/test/functional/mempool_ephemeral_dust.py @@ -126,7 +126,7 @@ def test_node_restart(self): assert_equal(len(self.nodes[0].getrawmempool()), 2) assert_mempool_contents(self, self.nodes[0], expected=[dusty_tx["tx"], sweep_tx["tx"]]) - # Node restart; doesn't allow allow ephemeral transaction back in due to individual submission + # Node restart; doesn't allow ephemeral transaction back in due to individual submission # resulting in 0-fee. Supporting re-submission of CPFP packages on restart is desired but not # yet implemented. self.restart_node(0)