Skip to content

Commit

Permalink
test: fix typo in mempool_ephemeral_dust
Browse files Browse the repository at this point in the history
  • Loading branch information
epysqyli authored Jan 4, 2025
1 parent 4036ee3 commit 29bca97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/mempool_ephemeral_dust.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 29bca97

Please sign in to comment.