Minor updates

This commit is contained in:
Chris Troutner
2019-05-27 19:42:44 -07:00
parent 3d99d516c2
commit 68c1fc26b9
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -913,7 +913,7 @@ describe("#SLP", () => {
"57b3082a2bf269b3d6f40fee7fb9c664e8256a88ca5ee2697c05b9457822d446"
const result = await txDetails(req, res)
//console.log(`result: ${JSON.stringify(result, null, 2)}`)
console.log(`result: ${JSON.stringify(result, null, 2)}`)
assert.hasAnyKeys(result, ["tokenIsValid", "tokenInfo"])
})