Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxian-xia committed Oct 31, 2024
1 parent 0080e6c commit 8b8f820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceno_zkvm/src/scheme/verifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ impl<E: ExtensionField, PCS: PolynomialCommitmentScheme<E>> ZKVMVerifier<E, PCS>
let dummy_table_item = challenges[0];
let mut dummy_table_item_multiplicity = 0;
let point_eval = PointAndEval::default();
let mut transcripts = transcript.fork(vm_proof.num_circuits());
let mut transcripts = transcript.fork(self.vk.circuit_vks.len());

for (name, (i, opcode_proof)) in vm_proof.opcode_proofs {
let transcript = &mut transcripts[i];
Expand Down

0 comments on commit 8b8f820

Please sign in to comment.