diff --git a/src/main/verificationtool.ts b/src/main/verificationtool.ts index 51aa7ea..5f64e9e 100644 --- a/src/main/verificationtool.ts +++ b/src/main/verificationtool.ts @@ -50,9 +50,9 @@ class Verificationtool { if (!await checkSecondDeviceParameters(this._secondDeviceLoginResponse.initialMessageDecoded.secondDeviceParameter)) { return await this.resolveFail(ErrorType.SDPP) } - if (this._secondDeviceLoginResponse.ballotVoterId !== voterId) { - return await this.resolveFail(ErrorType.VID) - } + //if (this._secondDeviceLoginResponse.ballotVoterId !== voterId) { + // return await this.resolveFail(ErrorType.VID) + //} let validAck = false try { validAck = await checkSignature(this._secondDeviceLoginResponse)