fix(debugging): Debugging problem with hydrateUtxos()

This commit is contained in:
Chris Troutner
2020-12-13 06:51:07 -08:00
parent fdff4a1afb
commit 77ab090bc2
3 changed files with 22 additions and 82 deletions
+2
View File
@@ -1293,7 +1293,9 @@ class Utils {
// If not in the cache, try the general SLPDB.
if (isValid == null) {
console.log(`utxo: ${JSON.stringify(utxo, null, 2)}`)
isValid = await this.validateTxid(utxo.txid)
console.log(`isValid: ${JSON.stringify(isValid, null, 2)}`)
if (isValid !== null) {
isValid = isValid[0].valid