Skip to content
This repository has been archived by the owner on Jun 19, 2023. It is now read-only.

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
John-LittleBearLabs authored and ckousik committed Aug 5, 2022
1 parent 8bc1da5 commit c25b4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class WebRTCTransport implements Transport {
await noise.secureOutbound(myPeerId, wrappedChannel, theirPeerId);

return new WebRTCConnection({
id: 'TODO',
id: ma.toString(),
remoteAddr: ma,
localPeer: myPeerId,
direction: 'outbound',
Expand Down

0 comments on commit c25b4df

Please sign in to comment.