fix(Utxo.get()): Added additional integration tests

This commit is contained in:
Chris Troutner
2022-05-05 12:06:59 -07:00
parent 1c66da70b6
commit 416e302ca5
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ class UTXO {
// Get SLP UTXOs from the psf-slp-indexer
try {
const slpUtxoData = await this.psfSlpIndexer.balance(addr)
console.log(`slpUtxoData: ${JSON.stringify(slpUtxoData, null, 2)}`)
// console.log(`slpUtxoData: ${JSON.stringify(slpUtxoData, null, 2)}`)
slpUtxos = slpUtxoData.balance.utxos
} catch (err) {