I don't see and can't think of any rationale for forbidding this configuration.
Allow dustrelayfee to be set to zero #12568
pull luke-jr wants to merge 1 commits into bitcoin:master from luke-jr:zero_dustrelayfee_opt changing 1 files +1 −1-
luke-jr commented at 5:38 PM on February 28, 2018: member
-
Allow dustrelayfee to be set to zero 874e818085
- randolf approved
-
Empact commented at 12:29 AM on March 1, 2018: member
GetDustThresholdis defined relative todustRelayFee, FYI:// "Dust" is defined in terms of dustRelayFee, // which has units satoshis-per-kilobyte. // If you'd pay more in fees than the value of the output // to spend something, then we consider it dust. // A typical spendable non-segwit txout is 34 bytes big, and will // need a CTxIn of at least 148 bytes to spend: // so dust is a spendable txout less than // 182*dustRelayFee/1000 (in satoshis). // 546 satoshis at the default rate of 3000 sat/kB. // A typical spendable segwit txout is 31 bytes big, and will // need a CTxIn of at least 67 bytes to spend: // so dust is a spendable txout less than // 98*dustRelayFee/1000 (in satoshis). // 294 satoshis at the default rate of 3000 sat/kB. - fanquake added the label TX fees and policy on Mar 1, 2018
-
morcos commented at 10:29 PM on March 4, 2018: member
utACK
-
MarcoFalke commented at 11:14 PM on March 4, 2018: member
Concept ACK. Might as well fix the braces {}, since this is a tiny code change.
-
practicalswift commented at 9:41 AM on March 5, 2018: contributor
utACK 874e8180858450e7cc597e8ed9b047c35e000dda
-
laanwj commented at 4:36 PM on March 5, 2018: member
I don't see and can't think of any rationale for forbidding this configuration.
Potential rationales, for sanity check:
- Is zero ever used as special value?
- Do we ever divide by this value?
- laanwj merged this on Mar 5, 2018
- laanwj closed this on Mar 5, 2018
- laanwj referenced this in commit ed6ae8059c on Mar 5, 2018
- PastaPastaPasta referenced this in commit db545647df on Jun 10, 2020
- PastaPastaPasta referenced this in commit effe9cd5ee on Jun 12, 2020
- PastaPastaPasta referenced this in commit 0cc4372814 on Jun 13, 2020
- PastaPastaPasta referenced this in commit 6d377c353d on Jun 14, 2020
- PastaPastaPasta referenced this in commit 1b4d89f319 on Jun 14, 2020
- DrahtBot locked this on Sep 8, 2021