mirror of
https://github.com/Permissionless-Software-Foundation/bch-js.git
synced 2026-09-22 17:12:01 -07:00
fix(ninsight): Fixing failing ninsight integration test
This commit is contained in:
+1
-1
@@ -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]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user