mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-22 17:51:46 +00:00
Set prologue to empty buffer
This commit is contained in:
@ -61,7 +61,7 @@ describe("Noise", () => {
|
||||
noiseInit.secureOutbound(localPeer, outboundConnection, remotePeer),
|
||||
(async () => {
|
||||
const wrapped = Wrap(inboundConnection);
|
||||
const prologue = Buffer.from('/noise');
|
||||
const prologue = Buffer.alloc(0);
|
||||
const staticKeys = generateKeypair();
|
||||
const xx = new XX();
|
||||
|
||||
|
Reference in New Issue
Block a user