Fix stale comment

This commit is contained in:
Sean Bowe 2021-07-14 09:48:56 -06:00
parent ef01b9310a
commit 11a1fc7d4a
No known key found for this signature in database
GPG Key ID: 95684257D8F8B031
1 changed files with 1 additions and 1 deletions

View File

@ -429,7 +429,7 @@ impl<C: CurveAffine> Evaluated<C> {
iter::empty()
.chain(self.constructed.sets.iter().flat_map(move |set| {
iter::empty()
// Open permutation product commitments at x and \omega^{-1} x
// Open permutation product commitments at x and \omega x
.chain(Some(ProverQuery {
point: *x,
poly: &set.permutation_product_poly,