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

Commit

Permalink
Make remoteExtensions optional
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Oct 1, 2022
1 parent 95b740e commit 7b68d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interface-connection-encrypter/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ export interface ConnectionEncrypter<Extension = unknown> {

export interface SecuredConnection<E> {
conn: Duplex<Uint8Array>
remoteExtensions: E
remoteExtensions?: E
remotePeer: PeerId
}

0 comments on commit 7b68d40

Please sign in to comment.