fix bad merge

This commit is contained in:
Kevaundray Wedderburn 2024-04-19 12:07:58 +01:00
parent c2b7c0b414
commit 33dfa88160
1 changed files with 0 additions and 2 deletions

View File

@ -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)