This is a re-issuing of #264, which was lost when merging #334.
Fix for small change outputs #428
pull sipa wants to merge 1 commits into bitcoin:master from sipa:mintxfeefix changing 1 files +11 −3-
sipa commented at 2:39 PM on July 24, 2011: member
-
a7dd11c6da
Fix for small change outputs
With the separation of CENT and MIN_TX_FEE, it is now reasonable to create change outputs between 0.01 and 0.0005, as these are spendable according to the policy, even though they require a fee to be paid. Also, when enough fee was already present, everything can go into a change output, without further increasing the fee.
- sipa referenced this in commit b6d19aefa0 on Jul 24, 2011
- sipa merged this on Jul 24, 2011
- sipa closed this on Jul 24, 2011
-
gavinandresen commented at 12:59 AM on July 25, 2011: contributor
ACK. We need unit tests for all these edge cases....
- deadalnix referenced this in commit 9d560f992d on Jan 19, 2017
- sipa referenced this in commit fa140ae276 on May 3, 2017
- sipa referenced this in commit e7c1b4490f on May 5, 2017
- classesjack referenced this in commit 101922f178 on Jan 2, 2018
- rajarshimaitra referenced this in commit 9dbfcb125e on Aug 5, 2021
- DrahtBot locked this on Sep 8, 2021
- hebasto referenced this in commit f52929063f on Sep 30, 2021
- katesalazar referenced this in commit 1e56bd5993 on Oct 14, 2021
Contributors