Remove commented out code

This commit is contained in:
kilic 2022-02-15 17:41:33 +03:00
parent 8814b0b9f8
commit 8b616c33e0
1 changed files with 0 additions and 7 deletions

View File

@ -452,13 +452,6 @@ fn plonk_api() {
.expect("proof generation should not fail");
let proof: Vec<u8> = transcript.finalize();
// assert_eq!(
// proof.len(),
// halo2_proofs::dev::CircuitCost::<G1, MyCircuit<_>>::measure(K as usize, &circuit)
// .proof_size(2)
// .into(),
// );
// Test single-verifier strategy.
{
let strategy = SingleVerifier::new(&params_verifier);