mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-22 00:52:01 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b472fa2673 | ||
|
|
ea83335fd2 | ||
|
|
3050819784 |
+3
-3
@@ -126,9 +126,6 @@ class UTXO {
|
||||
thisUtxo.tokenId = thisSlpUtxo.tokenId
|
||||
thisUtxo.address = thisSlpUtxo.address
|
||||
|
||||
// tokenQty is property expected by SLP.tokentype1.js library
|
||||
thisUtxo.tokenQty = thisUtxo.qyStr
|
||||
|
||||
break
|
||||
}
|
||||
}
|
||||
@@ -233,6 +230,9 @@ class UTXO {
|
||||
10 ** parseInt(thisUtxo.decimals)
|
||||
)
|
||||
thisUtxo.qtyStr = qty.toString()
|
||||
|
||||
// tokenQty is property expected by SLP.tokentype1.js library
|
||||
thisUtxo.tokenQty = thisUtxo.qtyStr
|
||||
}
|
||||
|
||||
return utxoAry
|
||||
|
||||
Reference in New Issue
Block a user