Skip to content

Commit 09ce926

Browse files
committed
func: cleanup reorg test comment
1 parent 768a0c1 commit 09ce926

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
@@ -363,7 +363,7 @@ def test_reorgs(self):
363363
self.nodes[0].invalidateblock(block_res["hash"])
364364
assert_mempool_contents(self, self.nodes[0], expected=[dusty_tx["tx"]], sync=False)
365365

366-
# Also should happen if dust is swept
366+
# Should re-enter if dust is swept
367367
sweep_tx_2 = self.wallet.create_self_transfer_multi(fee_per_output=0, utxos_to_spend=dusty_tx["new_utxos"], version=3)
368368
self.add_output_to_create_multi_result(sweep_tx_2)
369369
assert_raises_rpc_error(-26, "min relay fee not met", self.nodes[0].sendrawtransaction, sweep_tx_2["hex"])

0 commit comments

Comments
 (0)