mirror of
https://github.com/logos-messaging/js-noise.git
synced 2026-04-03 10:13:52 +00:00
fix lint
This commit is contained in:
parent
76deae2cff
commit
69159ec74a
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user