mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-02 23:41:22 +00:00
return remote peer from secure outbound
This commit is contained in:
parent
049c2e6491
commit
21d2846705
@ -85,7 +85,7 @@ export class Noise implements INoiseConnection {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
conn,
|
conn,
|
||||||
remotePeer,
|
remotePeer: handshake.remotePeer,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user