Testing new validation calls against BCHN and BCHA

This commit is contained in:
Chris Troutner
2020-12-05 11:02:44 -08:00
parent f2c0cd6feb
commit d61ea0831a
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -513,7 +513,7 @@ describe('#SLP', () => {
req.params.txid = txid
const result = await slpRoute.validate3Single(req, res)
// console.log(`result: ${JSON.stringify(result, null, 2)}`)
console.log(`result: ${JSON.stringify(result, null, 2)}`)
assert.equal(result.txid, txid)
assert.equal(result.valid, false)