From 98531c1770f9ae6d144fe4c454a3960ab944249b Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Tue, 25 Feb 2020 09:53:14 -0800 Subject: [PATCH] fix(apiToken): Debugging apiToken in BVT and SLP lib --- src/slp/utils.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/slp/utils.js b/src/slp/utils.js index ea5bc86..b14219d 100644 --- a/src/slp/utils.js +++ b/src/slp/utils.js @@ -1108,6 +1108,8 @@ class Utils { // https://github.com/Bitcoin-com/slp-sdk/issues/84 async tokenUtxoDetails(utxos) { try { + console.log(`tokenUtxoDetails, apiToken: ${_this.apiToken}`) + // Throw error if input is not an array. if (!Array.isArray(utxos)) throw new Error(`Input must be an array.`)