fix(ninsight): Fixing failing ninsight integration test

This commit is contained in:
Chris Troutner
2020-08-13 16:07:08 -07:00
parent 7f1b87215c
commit 8facfd69ac
2 changed files with 17 additions and 21 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ class Ninsight {
// Handle single address.
if (typeof address === "string") {
const response = await axios.post(
`${this.ninsightURL}/address/utxo/${address}`,
`${this.ninsightURL}/address/utxo`,
{
addresses: [address]
},