Commenting out test that still needs to be mocked

This commit is contained in:
Chris Troutner
2020-12-05 20:44:53 -08:00
parent f5de593f89
commit 13d9f89a82
+2 -1
View File
@@ -1966,7 +1966,7 @@ describe("#SLP Utils", () => {
assert2.property(result[0], "valid")
assert2.equal(result[0].valid, null)
})
/*
it("should handle a mix of valid, invalid, and non-SLP txs", async () => {
const txids = [
// Malformed SLP tx
@@ -1982,6 +1982,7 @@ describe("#SLP Utils", () => {
const result = await slp.Utils.validateTxid(txids)
console.log(`result: ${JSON.stringify(result, null, 2)}`)
})
*/
})
describe("#getWhitelist", () => {