Skip to content

Commit

Permalink
Update provers/risc0/driver/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Vujović <petarvujovic98@gmail.com>
  • Loading branch information
smtmfft and petarvujovic98 authored Aug 14, 2024
1 parent e6db828 commit fe67026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Prover for Risc0Prover {
};

if config.bonsai {
// make max speed bonsai
// shutdown max speed bonsai
shutdown_bonsai()
.await
.map_err(|e| ProverError::GuestError(e.to_string()))?;
Expand Down

0 comments on commit fe67026

Please sign in to comment.