mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-09 11:27:28 -03:00
test: fix typo in mempool_ephemeral_dust
This commit is contained in:
parent
4036ee3f2b
commit
29bca9713d
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_equal(len(self.nodes[0].getrawmempool()), 2)
|
||||||
assert_mempool_contents(self, self.nodes[0], expected=[dusty_tx["tx"], sweep_tx["tx"]])
|
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
|
# resulting in 0-fee. Supporting re-submission of CPFP packages on restart is desired but not
|
||||||
# yet implemented.
|
# yet implemented.
|
||||||
self.restart_node(0)
|
self.restart_node(0)
|
||||||
|
|
Loading…
Reference in a new issue