Merge pull request #43 from NodeFactoryIo/mpetrunic/fix-outbount-remote-peer

Fix outbound remote peer
This commit is contained in:
Marin Petrunić 2020-03-11 10:28:30 +01:00 committed by GitHub
commit a93343a519
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -8,9 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] -
### Bugfixes
- return handshake remote peer from secureOutbound
- fix browser usage of buffer
## [1.0.0-rc.7] - 2019-03-05
## [1.0.0-rc.8] - 2019-03-05
### Breaking changes
- Disabled noise pipes

View File

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