Closed kaladinlight closed 2 years ago
Please rebase (added Github Actions and package-lock etc.)
Please rebase (added Github Actions and package-lock etc.)
should be up to date now
published as 3.1.13
published as 3.1.13
Thanks for getting this in and published so quickly!
Previously, outputs with a value of
0
were being treated as a split output. This change only treats outputs with a value ofundefined
as split outputs. This allows you to pass through a zero value script (OP_RETURN) output into the coinselectsplit
function without it increasing thesplitOutputsCount
, resulting in a correct and expected result.