Merge pull request #6 from christroutner/unstable

fix(Ninsight): Adding to shim library too
This commit is contained in:
Chris Troutner
2020-01-23 13:12:01 -08:00
committed by GitHub
+3
View File
@@ -167,6 +167,9 @@ class BitboxShim {
// Populate OpenBazaar endpoints
this.OpenBazaar = new OpenBazaar(libConfig)
// Bitcoin.com Ninsight indexer
this.Ninsight = new Ninsight()
}
}