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