Skip to content

Commit 29bca97

Browse files
authored
test: fix typo in mempool_ephemeral_dust
1 parent 4036ee3 commit 29bca97

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
@@ -126,7 +126,7 @@ def test_node_restart(self):
126126
assert_equal(len(self.nodes[0].getrawmempool()), 2)
127127
assert_mempool_contents(self, self.nodes[0], expected=[dusty_tx["tx"], sweep_tx["tx"]])
128128

129-
# Node restart; doesn't allow allow ephemeral transaction back in due to individual submission
129+
# Node restart; doesn't allow ephemeral transaction back in due to individual submission
130130
# resulting in 0-fee. Supporting re-submission of CPFP packages on restart is desired but not
131131
# yet implemented.
132132
self.restart_node(0)

0 commit comments

Comments
 (0)