This commit is contained in:
Sasha 2024-04-16 02:08:53 +02:00
parent 76deae2cff
commit 69159ec74a
No known key found for this signature in database

View File

@ -68,8 +68,7 @@ describe("Waku Noise Sessions", () => {
expect(uint8ArrayEquals(bobCommittedStaticKey, readQR.committedStaticKey)).to.be.true;
// We set the contentTopic from the content topic parameters exchanged in the QR
const contentTopic =
"/" + applicationName + "/" + applicationVersion + "/" + shardId + "/proto";
const contentTopic = "/" + applicationName + "/" + applicationVersion + "/" + shardId + "/proto";
// Pre-handshake message
// <- eB {H(sB||r), contentTopicParams, messageNametag}