fix(Ninsight): Adding to shim library too

This commit is contained in:
Chris Troutner
2020-01-23 13:08:37 -08:00
parent 643f89152a
commit a0369224b1
+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()
}
}