mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-27 06:11:49 +00:00
better ik flow
This commit is contained in:
@ -275,7 +275,7 @@ describe("Noise", () => {
|
||||
|
||||
// Prepare key cache for noise pipes
|
||||
KeyCache.resetStorage();
|
||||
KeyCache.store(remotePeer, staticKeysResponder.publicKey);
|
||||
KeyCache.store(localPeer, staticKeysResponder.publicKey);
|
||||
|
||||
const [inboundConnection, outboundConnection] = DuplexPair();
|
||||
|
||||
|
Reference in New Issue
Block a user