From 99bb86ae2fd76417e765676b819510b86e15e5b1 Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Sun, 15 Aug 2021 23:45:38 -0700 Subject: [PATCH] Comment fix --- src/fri/prover.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fri/prover.rs b/src/fri/prover.rs index c1f53a1c..abddfcd7 100644 --- a/src/fri/prover.rs +++ b/src/fri/prover.rs @@ -103,7 +103,7 @@ fn fri_committed_trees, const D: usize>( values = coeffs.coset_fft(shift.into()) } - /// The coefficients being removed here should always be zero. + // The coefficients being removed here should always be zero. coeffs.coeffs.truncate(coeffs.len() >> config.rate_bits); challenger.observe_extension_elements(&coeffs.coeffs);