From 1732399f05e9f743f708d21b12457dca0a2aab4e Mon Sep 17 00:00:00 2001 From: Daniel Lubarov Date: Thu, 17 Nov 2022 12:08:33 -0800 Subject: [PATCH] Remove comment --- plonky2/src/fri/prover.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/plonky2/src/fri/prover.rs b/plonky2/src/fri/prover.rs index 38311c27..0a09113e 100644 --- a/plonky2/src/fri/prover.rs +++ b/plonky2/src/fri/prover.rs @@ -118,7 +118,6 @@ fn fri_proof_of_work, C: GenericConfig, c challenger: &mut Challenger, config: &FriConfig, ) -> F { - // let pow_seed = challenger.get_hash(); let min_leading_zeros = config.proof_of_work_bits + (64 - F::order().bits()) as u32; // The easiest implementation would be repeatedly clone our Challenger. With each clone, we'd