ethereum / c-kzg-4844

A minimal implementation of the Polynomial Commitments API for EIP-4844 and EIP-7594, written in C.
Apache License 2.0
112 stars 105 forks source link

Remove unused blob variable in recovery #481

Closed jtraglia closed 1 month ago

jtraglia commented 1 month ago

I just noticed this while skimming this code. This unused blob variable existed from when we initially called compute_cells_and_kzg_proofs(blob). Our implementation doesn't need that now.

jtraglia commented 1 month ago

This doesn't really need a review. Going to merge.