From d8dc50a735bc272179398566d95c056dfb10e96d Mon Sep 17 00:00:00 2001 From: poma Date: Thu, 20 Feb 2020 19:15:50 +0800 Subject: [PATCH] minor code style --- phase2/src/verifier_groth.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase2/src/verifier_groth.sol b/phase2/src/verifier_groth.sol index 3f5d091..e11ff34 100644 --- a/phase2/src/verifier_groth.sol +++ b/phase2/src/verifier_groth.sol @@ -170,7 +170,7 @@ contract Verifier { function verifyProof( bytes memory proof, uint256[<%vk_input_length%>] memory input - ) public view returns (bool r) { + ) public view returns (bool) { uint256[8] memory p = abi.decode(proof, (uint256[8])); // Make sure that each element in the proof is less than the prime q