Skip to content

Commit 5af642b

Browse files
committed
Merge bitcoin/bitcoin#31604: test: fix typo in mempool_ephemeral_dust
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
2 parents 4036ee3 + 29bca97 commit 5af642b

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)