diff --git a/contracts/src/groth16/Groth16Verifier.sol b/contracts/src/groth16/Groth16Verifier.sol index 5f6edb19..0023123c 100644 --- a/contracts/src/groth16/Groth16Verifier.sol +++ b/contracts/src/groth16/Groth16Verifier.sol @@ -185,8 +185,6 @@ contract Groth16Verifier { checkField(calldataload(add(_pubSignals, 128))) - checkField(calldataload(add(_pubSignals, 160))) - // Validate all evaluations let isValid := checkPairing(_pA, _pB, _pC, _pubSignals, pMem)