Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
autquis committed Nov 13, 2023
1 parent 14573b3 commit 5a5993e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poly-commit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ pub trait PolynomialCommitment<F: PrimeField, P: Polynomial<F>, S: Cryptographic

let open_time = start_timer!(|| format!(
"Opening {} polynomials at query set of size {}",
poly_rand_st_comm.len(),
poly_st_comm.len(),
query_set.len(),
));

Expand Down

0 comments on commit 5a5993e

Please sign in to comment.