mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-10 18:01:36 +00:00
Fix log remote static key
This commit is contained in:
@ -53,7 +53,7 @@ export class IKHandshake implements IHandshake {
|
||||
|
||||
public async stage0(): Promise<void> {
|
||||
logLocalStaticKeys(this.session.hs.s)
|
||||
logRemoteStaticKey(this.session.hs.re)
|
||||
logRemoteStaticKey(this.session.hs.rs)
|
||||
if (this.isInitiator) {
|
||||
logger("IK Stage 0 - Initiator sending message...");
|
||||
const messageBuffer = this.ik.sendMessage(this.session, this.payload);
|
||||
|
Reference in New Issue
Block a user