Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 12, 2024
1 parent 89ee493 commit 7410c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl ProverInput {
let proof = proof?;
let block_number = proof.b_height;

// Write latest generated proof to disk
// Write latest generated proof to disk or stdout
ProverInput::write_proof(proof_output_dir, &proof).await?;

if tx.send(proof).is_err() {
Expand Down

0 comments on commit 7410c71

Please sign in to comment.