Skip to content

Commit

Permalink
Update src/eip7594/recovery.c
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
  • Loading branch information
asn-d6 and jtraglia authored Aug 16, 2024
1 parent 46a9f5f commit 4327cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip7594/recovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static bool is_in_array(const uint64_t *arr, size_t arr_size, uint64_t value) {
* @param[in] s The trusted setup
*
* @remark `reconstructed_data_out` and `cells` can point to the same memory.
* @remark The array `cells` must be in the correct order (according to cell_indices)
* @remark The array `cells` must be in the correct order (according to cell_indices).
* @remark Missing cells in `cells` should be equal to FR_NULL.
*/
C_KZG_RET recover_cells(
Expand Down

0 comments on commit 4327cae

Please sign in to comment.