Skip to content

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed Jul 24, 2024
1 parent e5ad880 commit 63afd8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provers/sp1/driver/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl Prover for Sp1Prover {
id_store.store_id(
(input.chain_spec.chain_id, output.hash, SP1_PROVER_CODE),
proof_id.clone(),
)?;
).await?;
}
let proof = {
let mut is_claimed = false;
Expand Down

0 comments on commit 63afd8e

Please sign in to comment.