coinselect
Advanced tools
Comparing version 3.1.4 to 3.1.5
{ | ||
"name": "coinselect", | ||
"version": "3.1.4", | ||
"version": "3.1.5", | ||
"description": "A transaction input selection module for bitcoin.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -30,7 +30,5 @@ var utils = require('./utils') | ||
// not user defined, but still copy over any non-value fields | ||
var y = { | ||
value: splitValue | ||
} | ||
var y = {} | ||
for (var k in x) y[k] = x[k] | ||
y.value = splitValue | ||
return y | ||
@@ -37,0 +35,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
10388
201