mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
fix(generateSendOpReturn): Fixed poorly written integration test
This commit is contained in:
@@ -1896,7 +1896,8 @@ class Slp {
|
||||
})
|
||||
}
|
||||
|
||||
console.log(`sendQty: ${JSON.stringify(sendQty, null, 2)}`)
|
||||
// console.log('sendQty: ', sendQty)
|
||||
// console.log(`tokenUtxos: `, tokenUtxos)
|
||||
const opReturn = await _this.bchjs.SLP.TokenType1.generateSendOpReturn(
|
||||
tokenUtxos,
|
||||
sendQty
|
||||
|
||||
Reference in New Issue
Block a user