Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RUAN0007 committed Sep 11, 2024
1 parent 07f70fc commit 40ed444
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/zk-por-cli/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,6 @@ fn dump_proofs(
);
global_proof_writer.flush()?;

// global_proof_file
// .write_all(json!(root_proof).to_string().as_bytes())
// .map_err(|e| return PoRError::Io(e))?;

///////////////////////////////////////////////
let hash_offset = RecursiveTargets::<RECURSION_BRANCHOUT_NUM>::pub_input_hash_offset();
let root_hash = HashOut::<F>::from_partial(&root_proof.proof.public_inputs[hash_offset]);
Expand Down

0 comments on commit 40ed444

Please sign in to comment.