Cleaned up integration tests

This commit is contained in:
Chris Troutner
2020-12-24 10:06:39 -08:00
parent 06e2dad45c
commit b3e224e481
2 changed files with 20 additions and 116 deletions
+1 -1
View File
@@ -438,7 +438,7 @@ class Utils {
async validateTxid(txid) {
const path = `${this.restURL}slp/validateTxid`
console.log(`txid: ${JSON.stringify(txid, null, 2)}`)
// console.log(`txid: ${JSON.stringify(txid, null, 2)}`)
// Handle a single TXID or an array of TXIDs.
let txids