Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Apr 19, 2024
1 parent c2b7c0b commit 33dfa88
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specs/_features/eip7594/polynomial-commitments-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,6 @@ def compute_kzg_proof_multi_impl(

# For all points, compute the evaluation of those points
ys = [evaluate_polynomialcoeff(polynomial_coeff, z) for z in zs]
# Compute r(X)
interpolation_polynomial = interpolate_polynomialcoeff(zs, ys)

# Compute Z(X)
denominator_poly = vanishing_polynomialcoeff(zs)
Expand Down

0 comments on commit 33dfa88

Please sign in to comment.