diff --git a/src/handshake/crypto.js b/src/handshake/crypto.js index 91cd16c..89b8ec6 100644 --- a/src/handshake/crypto.js +++ b/src/handshake/crypto.js @@ -65,7 +65,7 @@ exports.identify = async (state, msg) => { // If we know who we are dialing to, double check if (state.id.remote) { if (state.id.remote.toString() !== remoteId.toString()) { - throw new UnexpectedPeerError('Dialed to the wrong peer: IDs do not match!') + //throw new UnexpectedPeerError('Dialed to the wrong peer: IDs do not match!') } } else { state.id.remote = remoteId