Skip to content

Commit

Permalink
Update provers/risc0/driver/src/bonsai.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Petar Vujović <[email protected]>
  • Loading branch information
smtmfft and petarvujovic98 authored Aug 21, 2024
1 parent 55feb86 commit 5d78d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/risc0/driver/src/bonsai.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pub async fn prove_bonsai<O: Eq + Debug + DeserializeOwned>(
assumption_uuids: Vec<String>,
proof_key: ProofKey,
id_store: &mut Option<&mut dyn IdWrite>,
) -> anyhow::Result<(String, Receipt), BonsaiExecutionError> {
) -> Result<(String, Receipt), BonsaiExecutionError> {
info!("Proving on Bonsai");
// Compute the image_id, then upload the ELF with the image_id as its key.
let image_id = risc0_zkvm::compute_image_id(elf)
Expand Down

0 comments on commit 5d78d12

Please sign in to comment.