Skip to content

Commit

Permalink
fix: looser trait bound on impl CostEstimation for Plonk (axiom-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
han0110 authored Dec 17, 2022
1 parent 5e5de91 commit 50d69c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/verifier/plonk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ where
}
}

impl<C, L, MOS> CostEstimation<(C, L, MOS)> for Plonk<MOS>
impl<C, L, MOS, AE> CostEstimation<(C, L)> for Plonk<MOS, AE>
where
C: CurveAffine,
L: Loader<C>,
Expand Down

0 comments on commit 50d69c1

Please sign in to comment.