Replace use of storetheindex with go-libipni

This commit is contained in:
gammazero
2023-05-17 11:41:00 -07:00
parent aaa376c5e4
commit f35fa5757a
5 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ func IndexProvider(cfg config.IndexProviderConfig) func(params IdxProv, marketHo
// If announcements to the network are enabled, then set options for datatransfer publisher.
if cfg.Enable {
// Join the indexer topic using the market's pubsub instance. Otherwise, the provider
// engine would create its own instance of pubsub down the line in go-legs, which has
// engine would create its own instance of pubsub down the line in dagsync, which has
// no validators by default.
t, err := ps.Join(topicName)
if err != nil {