Remove comment

This commit is contained in:
Daniel Lubarov 2022-11-17 12:08:33 -08:00
parent e22da77b34
commit 1732399f05

View File

@ -118,7 +118,6 @@ fn fri_proof_of_work<F: RichField + Extendable<D>, C: GenericConfig<D, F = F>, c
challenger: &mut Challenger<F, C::Hasher>,
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