Removing slp-sdk and slpjs dependencies

This commit is contained in:
Chris Troutner
2019-11-25 20:44:37 -08:00
parent b786f1efeb
commit 6d4dafdc14
4 changed files with 16 additions and 611 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ describe("#BlockchainRouter", () => {
// Restore the saved URL.
process.env.RPC_BASEURL = savedUrl2
assert.equal(res.statusCode, 503, "HTTP status code 503 expected.")
assert.isAbove(res.statusCode, 499, "HTTP status code 503 expected.")
assert.include(
result.error,
"Could not communicate with full node",