Skip to content

Commit 768a0c1

Browse files
committed
func: cleanup test_dustrelay comments
1 parent bedca1c commit 768a0c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/mempool_dust.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def test_dustrelay(self):
7878

7979
assert_equal(self.nodes[0].getrawmempool(), [])
8080

81-
# Double dust, both unspent, with fees. Would have failed individual checks.
82-
# Dust is 1 satoshi create_self_transfer_multi disallows 0
81+
# Create two dust outputs. Transaction has zero fees. both dust outputs are unspent, and would have failed individual checks.
82+
# The amount is 1 satoshi because create_self_transfer_multi disallows 0.
8383
dusty_tx = self.wallet.create_self_transfer_multi(fee_per_output=1000, amount_per_output=1, num_outputs=2)
8484
dust_txid = self.nodes[0].sendrawtransaction(hexstring=dusty_tx["hex"], maxfeerate=0)
8585

0 commit comments

Comments
 (0)