Skip to content

Commit

Permalink
fix: Typo in AggProof not GeneratedAggProof message
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodwatts authored Feb 9, 2024
1 parent bea4e90 commit 0ee132f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leader/src/prover.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl ProverInput {

Ok(block_proof.0)
} else {
bail!("AggProof is is not GeneratedAggProof")
bail!("AggProof is not GeneratedAggProof")
}
}
}

0 comments on commit 0ee132f

Please sign in to comment.