mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-21 16:51:59 -07:00
fix(Utxo.get()): Fixing typo
This commit is contained in:
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user