Skip to content

Commit

Permalink
Fix typo poly-commitment/src/ipa.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
calciumbe committed Jan 4, 2025
1 parent 0310914 commit bbf9fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-commitment/src/ipa.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ where

let coeffs: Vec<_> = plnm.iter().map(|c| c.into_bigint()).collect();

// chunk while commiting
// chunk while committing
let mut chunks = vec![];
if is_zero {
chunks.push(G::zero());
Expand Down

0 comments on commit bbf9fec

Please sign in to comment.