Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#31604: test: fix typo in mempool_ephemeral_dust
Browse files Browse the repository at this point in the history
29bca97 test: fix typo in mempool_ephemeral_dust (epysqyli)

Pull request description:

  The `test_node_restart` test in `test/functional/mempool_ephemeral_dust.py` has a repetition in the comment.

ACKs for top commit:
  maflcko:
    lgtm ACK 29bca97

Tree-SHA512: 9828d23ca27e24d64031cd103ce9f9bd9e997ef9b63e6122ad6573073fb3c956964a72cd23dfa5773e52e195eee668762ab470bb540e686a4abd3d7561b40c59
  • Loading branch information
fanquake committed Jan 6, 2025
2 parents 4036ee3 + 29bca97 commit 5af642b
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 5af642b

Please sign in to comment.