fix: topic

This commit is contained in:
Richard Ramos 2024-07-25 17:07:47 -04:00
parent 94a54f6c0a
commit fdf8352dc1
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760

View File

@ -341,7 +341,7 @@ func (app *Application) fetchStoreNodeMessages(ctx context.Context, runId string
msgMap[hash] = make(map[peer.ID]MessageExistence)
}
msgMap[hash][storenodeID] = Exists
msgPubsubTopic[hash] = mkv.GetPubsubTopic()
msgPubsubTopic[hash] = topic
}
msgMapLock.Unlock()