This commit is contained in:
wborgeaud 2022-02-14 10:16:02 +01:00
parent 83701096c4
commit 6dca4e26af

View File

@ -204,7 +204,6 @@ mod tests {
inner_proof: StarkProofWithPublicInputs<F, InnerC, D>,
inner_config: &StarkConfig,
print_gate_counts: bool,
print_timing: bool,
) -> Result<()>
where
InnerC::Hasher: AlgebraicHasher<F>,