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

Commit

Permalink
fix: error
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Jun 14, 2024
1 parent bf05f9c commit 4dc5169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions leader/src/jerigon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ pub(crate) async fn jerigon_main(
error!("Failed to remove intermediate proof file: {e}");
}
});
} else {
warn!("Skipping cleanup, intermediate proofs are kept");
}
} else {
warn!("Skipping cleanup, intermediate proofs are kept");
}

Ok(())
Expand Down

0 comments on commit 4dc5169

Please sign in to comment.