We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedca1c commit 768a0c1Copy full SHA for 768a0c1
test/functional/mempool_dust.py
@@ -78,8 +78,8 @@ def test_dustrelay(self):
78
79
assert_equal(self.nodes[0].getrawmempool(), [])
80
81
- # Double dust, both unspent, with fees. Would have failed individual checks.
82
- # Dust is 1 satoshi create_self_transfer_multi disallows 0
+ # Create two dust outputs. Transaction has zero fees. both dust outputs are unspent, and would have failed individual checks.
+ # The amount is 1 satoshi because create_self_transfer_multi disallows 0.
83
dusty_tx = self.wallet.create_self_transfer_multi(fee_per_output=1000, amount_per_output=1, num_outputs=2)
84
dust_txid = self.nodes[0].sendrawtransaction(hexstring=dusty_tx["hex"], maxfeerate=0)
85
0 commit comments