From dffc20efb8903b286f5d9d79e116cf95fe2f8a6b Mon Sep 17 00:00:00 2001 From: Thor Kamphefner Date: Mon, 10 Jul 2023 08:59:11 -0700 Subject: [PATCH] fix 778 --- halo2_proofs/src/plonk/verifier.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halo2_proofs/src/plonk/verifier.rs b/halo2_proofs/src/plonk/verifier.rs index f141ebaf98..29e11cb2d1 100644 --- a/halo2_proofs/src/plonk/verifier.rs +++ b/halo2_proofs/src/plonk/verifier.rs @@ -63,7 +63,7 @@ impl<'params, C: CurveAffine> VerificationStrategy<'params, C> for SingleVerifie } } -/// Returns a boolean indicating whether or not the proof is valid +/// Returns a Result indicating whether or not the proof is valid pub fn verify_proof< 'params, C: CurveAffine,