mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
fix(bch-js): Updating to v4.5.2
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user