fix(bch-js): Updating to v4.5.2

This commit is contained in:
Chris Troutner
2021-01-07 13:26:38 -08:00
parent 23d66da792
commit 9450c3969b
5 changed files with 3123 additions and 4618 deletions
+2
View File
@@ -1896,6 +1896,7 @@ class Slp {
})
}
console.log(`sendQty: ${JSON.stringify(sendQty, null, 2)}`)
const opReturn = await _this.bchjs.SLP.TokenType1.generateSendOpReturn(
tokenUtxos,
sendQty
@@ -1907,6 +1908,7 @@ class Slp {
res.status(200)
return res.json({ script, outputs: opReturn.outputs })
} catch (err) {
console.log('err: ', err)
wlogger.error('Error in slp.js/generateSendOpReturn().', err)
// Decode the error message.