feat(Blockbook): Adding transaction details endpoint for Blockbook

This commit is contained in:
Chris Troutner
2019-09-25 12:35:42 -07:00
parent 24d4d8f11d
commit 5d024035d9
2 changed files with 137 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@ describe("#Blockbook Router", () => {
process.env.BLOCKBOOK_URL = "http://fakeurl/api/"
mockServerUrl = `http://fakeurl`
}
if (!process.env.NETWORK) process.env.NETWORK = "testnet"
// console.log(`Testing type is: ${process.env.TEST}`)
})