Skip to content

Commit b56d35b

Browse files
committed
fix compalition error
Signed-off-by: noelwei <[email protected]>
1 parent 3e8f7a6 commit b56d35b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

zkvm-prover/src/zk_circuits_handler/euclid.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ impl CircuitsHandler for Arc<Mutex<EuclidHandler>> {
8989
.chunk_prover
9090
.gen_proof(&ChunkProvingTask {
9191
block_witnesses: witnesses,
92+
prev_msg_queue_hash: Default::default(),
9293
})?;
9394

9495
Ok(serde_json::to_string(&proof)?)

0 commit comments

Comments
 (0)