mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-01-05 23:23:08 +00:00
fix test
This commit is contained in:
parent
3dbe54b7f1
commit
45bd8d4233
@ -73,12 +73,13 @@ export class WakuPairing {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Convert a QR into a content topic
|
* Convert a QR into a content topic
|
||||||
|
* Must follow - https://github.com/vacp2p/rfc-index/blob/main/waku/informational/23/topics.md
|
||||||
* @param qr
|
* @param qr
|
||||||
* @returns content topic string
|
* @returns content topic string
|
||||||
*/
|
*/
|
||||||
private static toContentTopic(qr: QR): string {
|
private static toContentTopic(qr: QR): string {
|
||||||
return (
|
return (
|
||||||
"/" + qr.applicationName + "/" + qr.applicationVersion + "/wakunoise/1/sessions_shard-" + qr.shardId + "/proto"
|
"/" + qr.applicationName + "/" + qr.applicationVersion + "/" + qr.shardId + "/proto"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user