Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
test serialization issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkiebell committed Feb 16, 2023
1 parent 0e6c861 commit 925d0f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prover/src/shared_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ macro_rules! gen_proof {
);
circuit_proof.duration =
Instant::now().duration_since(time_started).as_millis() as u32;
circuit_proof.proof = proof.clone().into();
// XXX
//circuit_proof.proof = proof.clone().into();

// aggregate the circuit proof
let time_started = Instant::now();
Expand Down

0 comments on commit 925d0f7

Please sign in to comment.