coinselect
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "coinselect", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A transaction input selection module for bitcoin.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -8,4 +8,4 @@ // baseline estimates, used to improve performance | ||
function inputBytes (input) { | ||
return TX_INPUT_BASE + (input.script ? input.script.length : TX_INPUT_PUBKEYHASH) | ||
function inputBytes () { | ||
return TX_INPUT_BASE + TX_INPUT_PUBKEYHASH | ||
} | ||
@@ -12,0 +12,0 @@ |
6431