Skip to content

Commit

Permalink
fix(core): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petarvujovic98 committed Sep 19, 2024
1 parent 7276c7b commit 83df208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/interfaces.rs
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ pub struct AggregationOnlyRequest {
impl Display for AggregationOnlyRequest {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
f.write_str(&format!(
"AggregationOnyRequest {{ {:?}, {:?} }}",
"AggregationOnlyRequest {{ {:?}, {:?} }}",
self.proof_type, self.prover_args
))
}
Expand Down

0 comments on commit 83df208

Please sign in to comment.