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 4e21da0 commit 46a9f5f
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 @@ -192,7 +192,7 @@ static bool is_in_array(const uint64_t *arr, size_t arr_size, uint64_t value) {
* equal to zero.
*
* @param[out] reconstructed_data_out Array of size FIELD_ELEMENTS_PER_EXT_BLOB to recover cells
* @param[in] cell_indices An array with the avaibable cell indices we have
* @param[in] cell_indices An array with the available cell indices we have
* @param[in] num_cells The size of the `cell_indices` array
* @param[in] cells An array of size FIELD_ELEMENTS_PER_EXT_BLOB with the cells
* @param[in] s The trusted setup
Expand Down

0 comments on commit 46a9f5f

Please sign in to comment.