return remote peer from secure outbound

This commit is contained in:
Marin Petrunić 2020-03-11 09:08:46 +01:00
parent 049c2e6491
commit 21d2846705
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5

View File

@ -85,7 +85,7 @@ export class Noise implements INoiseConnection {
return {
conn,
remotePeer,
remotePeer: handshake.remotePeer,
}
}