fix(waku utils): Use correct content topic format
This commit is contained in:
parent
3835458412
commit
dfefa8b852
|
@ -47,7 +47,7 @@ proc initContentTopicFromQr*(qr: string): ContentTopic =
|
|||
let (readApplicationName, readApplicationVersion, readShardId, _, _) = fromQr(qr)
|
||||
|
||||
let contentTopic = "/" & readApplicationName & "/" &
|
||||
readApplicationVersion & "/wakunoise/1/sessions_shard-" &
|
||||
readApplicationVersion & "/" &
|
||||
readShardId & "/proto"
|
||||
return contentTopic
|
||||
|
||||
|
|
Loading…
Reference in New Issue