mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-05 23:53:10 +00:00
fix: topic
This commit is contained in:
parent
94a54f6c0a
commit
fdf8352dc1
@ -341,7 +341,7 @@ func (app *Application) fetchStoreNodeMessages(ctx context.Context, runId string
|
|||||||
msgMap[hash] = make(map[peer.ID]MessageExistence)
|
msgMap[hash] = make(map[peer.ID]MessageExistence)
|
||||||
}
|
}
|
||||||
msgMap[hash][storenodeID] = Exists
|
msgMap[hash][storenodeID] = Exists
|
||||||
msgPubsubTopic[hash] = mkv.GetPubsubTopic()
|
msgPubsubTopic[hash] = topic
|
||||||
}
|
}
|
||||||
msgMapLock.Unlock()
|
msgMapLock.Unlock()
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user