Debugging BVT

This commit is contained in:
Chris Troutner
2020-02-25 10:13:30 -08:00
parent 5a09ee73d0
commit 05c0fac6d2
+1
View File
@@ -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.`)