Skip to content

Commit

Permalink
Add punctuation to new comment
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Wagner <[email protected]>
  • Loading branch information
jtraglia and b-wagn authored Sep 19, 2024
1 parent 8c9d0ab commit 7a0d72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eip7594/cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
/** The Reed-Solomon erasure coding expansion factor. */
#define EXPANSION_FACTOR 2

/** The number of field elements in an extended blob */
/** The number of field elements in an extended blob. */
#define FIELD_ELEMENTS_PER_EXT_BLOB (FIELD_ELEMENTS_PER_BLOB * EXPANSION_FACTOR)

/** The number of cells in a blob. */
Expand Down

0 comments on commit 7a0d72e

Please sign in to comment.