@pioneer-platform/blockbook 8.1.66 → 8.1.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -451,7 +451,7 @@ var get_utxos_by_xpub = function (coin, xpub) {
|
|
|
451
451
|
case 1:
|
|
452
452
|
_a.trys.push([1, 3, , 4]);
|
|
453
453
|
log.info(tag, "get_utxos_by_xpub: ", BLOCKBOOK_URLS);
|
|
454
|
-
url = BLOCKBOOK_URLS[coin.toUpperCase()] + "/
|
|
454
|
+
url = BLOCKBOOK_URLS[coin.toUpperCase()] + "/api/v2/utxo/" + xpub + "?confirmed=false";
|
|
455
455
|
console.log("url: ", url);
|
|
456
456
|
body = {
|
|
457
457
|
method: 'GET',
|