mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-27 06:01:35 +00:00
Verify payload in stage 1
This commit is contained in:
@ -31,7 +31,7 @@ describe("Handshake", () => {
|
||||
await handshakeResponder.propose();
|
||||
|
||||
await handshakeResponder.exchange();
|
||||
await handshakeInitator.exchange();
|
||||
await handshakeInitator.exchange(peerB.pubKey.marshal());
|
||||
|
||||
await handshakeInitator.finish();
|
||||
await handshakeResponder.finish();
|
||||
|
Reference in New Issue
Block a user