Skip to content

Commit

Permalink
Merge branch 'dprats/send-proof-events' of https://github.com/nexus-x…
Browse files Browse the repository at this point in the history
…yz/network-api into dprats/send-proof-events
  • Loading branch information
dprats committed Dec 9, 2024
2 parents 05ec30f + 8273b75 commit 232911e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cli/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
let cycles_proved = steps_proven * k;
let proof_cycles_per_minute = cycles_proved as f64 / total_minutes;

//Send analytics about the proof event
// Send analytics about the proof event
track(
"proof".into(),
"Proof generated".into(),
Expand Down

0 comments on commit 232911e

Please sign in to comment.