Skip to content

Commit 3050819

Browse files
committed
fix(Utxo.get()): Fixing typo
1 parent 4ca9b1c commit 3050819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utxo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class UTXO {
127127
thisUtxo.address = thisSlpUtxo.address
128128

129129
// tokenQty is property expected by SLP.tokentype1.js library
130-
thisUtxo.tokenQty = thisUtxo.qyStr
130+
thisUtxo.tokenQty = thisUtxo.qtyStr
131131

132132
break
133133
}

0 commit comments

Comments
 (0)