Skip to content

Commit

Permalink
Merge branch 'unify-pi' into sp1-onchain-verifier
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaZ030 committed May 24, 2024
2 parents 9f3b2f3 + a8d5744 commit c0f00ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions host/src/interfaces/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,10 @@ impl ProofType {
/// Run the prover driver depending on the proof type.
pub async fn run_prover(
&self,
mut input: GuestInput,
input: GuestInput,
output: &GuestOutput,
config: &Value,
) -> HostResult<Proof> {
input.taiko.skip_verify_blob = true;
match self {
ProofType::Native => NativeProver::run(input, output, config)
.await
Expand Down

0 comments on commit c0f00ba

Please sign in to comment.