diff --git a/src/utxo.js b/src/utxo.js index f882658..0b4fbbc 100644 --- a/src/utxo.js +++ b/src/utxo.js @@ -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 } }