@bitcoinerlab/discovery
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -547,3 +547,3 @@ "use strict"; | ||
throw new Error(`Error: invalid utxo: ${utxo}`); | ||
if (!utxo && split.length !== 3) | ||
if (!utxo && split.length !== 2 && split.length !== 3) | ||
throw new Error(`Error: invalid txo: ${txo}`); | ||
@@ -550,0 +550,0 @@ const txId = split[0]; |
@@ -5,3 +5,3 @@ { | ||
"homepage": "https://github.com/bitcoinerlab/discovery", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"author": "Jose-Luis Landabaso", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
147695