fix(validate2Single): Added alternative SLP TXID validator

This commit is contained in:
Chris Troutner
2020-10-10 09:03:14 -07:00
parent 8aff89dead
commit 388a3ee53b
5 changed files with 132 additions and 7 deletions
+6
View File
@@ -213,4 +213,10 @@ describe('#slp', () => {
assert.equal(result.slpUtxos[2].utxos.length, 2)
})
})
// describe('#validate2Single', () => {
// it('should validate a known valid TXID', async () => {
//
// })
// })
})