mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 03:18:09 -03:00
Merge bitcoin/bitcoin#31604: test: fix typo in mempool_ephemeral_dust
29bca9713d
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 ACK29bca9713d
Tree-SHA512: 9828d23ca27e24d64031cd103ce9f9bd9e997ef9b63e6122ad6573073fb3c956964a72cd23dfa5773e52e195eee668762ab470bb540e686a4abd3d7561b40c59
This commit is contained in:
commit
5af642bf48
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class EphemeralDustTest(BitcoinTestFramework):
|
|||
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)
|
||||
|
|
Loading…
Reference in a new issue