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

Commit

Permalink
Remove remoteEarlyData
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoPolo committed Oct 1, 2022
1 parent ff5b223 commit 95b740e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/interface-mocks/src/connection-encrypter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ export function mockConnectionEncrypter () {
conn: true
},
remotePeer,
remoteEarlyData: new Uint8Array(0),
remoteExtensions: {}
}
},
Expand Down Expand Up @@ -105,7 +104,6 @@ export function mockConnectionEncrypter () {
conn: true
},
remotePeer: peerIdFromBytes(remoteId.slice()),
remoteEarlyData: new Uint8Array(0),
remoteExtensions: {}
}
}
Expand Down

0 comments on commit 95b740e

Please sign in to comment.