diff --git a/src/slp/utils.js b/src/slp/utils.js index b14219d..1bf3531 100644 --- a/src/slp/utils.js +++ b/src/slp/utils.js @@ -1109,6 +1109,7 @@ class Utils { async tokenUtxoDetails(utxos) { try { console.log(`tokenUtxoDetails, apiToken: ${_this.apiToken}`) + console.log(`tokenUtxoDetails, restURL: ${_this.restURL}`) // Throw error if input is not an array. if (!Array.isArray(utxos)) throw new Error(`Input must be an array.`)