fix(Utxo.get()): Fixing typo

This commit is contained in:
Chris Troutner
2022-03-29 16:15:47 -07:00
parent 4ca9b1c00b
commit 3050819784
+1 -1
View File
@@ -127,7 +127,7 @@ class UTXO {
thisUtxo.address = thisSlpUtxo.address
// tokenQty is property expected by SLP.tokentype1.js library
thisUtxo.tokenQty = thisUtxo.qyStr
thisUtxo.tokenQty = thisUtxo.qtyStr
break
}