fix(Utxo.get()): Adding property expected by SLP.tokentype1 lib

This commit is contained in:
Chris Troutner
2022-03-29 15:59:55 -07:00
parent 469d08e2b1
commit bbc1a45a9e
+3
View File
@@ -126,6 +126,9 @@ class UTXO {
thisUtxo.tokenId = thisSlpUtxo.tokenId
thisUtxo.address = thisSlpUtxo.address
// tokenQty is property expected by SLP.tokentype1.js library
thisUtxo.tokenQty = thisUtxo.qyStr
break
}
}