Skip to content

Commit 4beeb34

Browse files
committed
chore: remove invalid reference
1 parent 7180803 commit 4beeb34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

indexprovider/index_provider_mgr.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ func (m *IndexProviderMgr) setTopic(ps *pubsub.PubSub, nn string) error {
106106
// filter.
107107
//
108108
// See: lp2p.GossipSub.
109-
topicName = types.IndexerIngestTopic(nn)
109+
// topicName = types.IndexerIngestTopic(nn)
110110
log.Debugw("Inferred indexer topic from network name", "topic", topicName)
111111
}
112112
// Join the indexer topic using the market's pubsub instance. Otherwise, the provider

0 commit comments

Comments
 (0)