Merge pull request #223 from Permissionless-Software-Foundation/ct-unstable

fix(Utxo.get()): Adding property expected by SLP.tokentype1 lib
This commit is contained in:
Chris Troutner
2022-03-29 16:05:22 -07:00
committed by GitHub
+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
}
}