mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Testing new validation calls against BCHN and BCHA
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user