coinselect
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -61,4 +61,2 @@ // TODO: integrate privacy calculations, group by address, avoid linking multiple addresses together | ||
console.log(baseFee, accum, total, remainder, feeWithChange) | ||
var remainder = accum - total | ||
@@ -65,0 +63,0 @@ |
{ | ||
"name": "coinselect", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A fee optimizing bitcoin input selection module", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,3 +8,3 @@ # coinselect | ||
A fee-saving bitcoin input selection module. | ||
A fee-optimizing, transaction input selection module for bitcoinjs-lib. | ||
@@ -23,3 +23,3 @@ The code is stable. | ||
var feeRate = 55 | ||
var feeRate = 55 // satoshis per byte | ||
var unspents = [ | ||
@@ -26,0 +26,0 @@ ..., |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
5265
57