Skip to content

Commit

Permalink
docs: use one term for MaxBlockSizeBytes (#3481)
Browse files Browse the repository at this point in the history
Closes #3322

cc: @evan-forbes
  • Loading branch information
rootulp authored May 14, 2024
1 parent d444b8f commit 82f26b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/src/specs/params.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ are blocked by the `x/paramfilter` module.

| Parameter | Default | Summary | Changeable via Governance |
|---------------|---------|------------------------------------------------------------------------------------------------------------------------|---------------------------|
| MaxBlockBytes | 100MiB | Hardcoded value in CometBFT for the protobuf encoded block. | False |
| MaxBlockSizeBytes | 100MiB | Hardcoded value in CometBFT for the protobuf encoded block. | False |
| MaxSquareSize | 128 | Hardcoded maximum square size determined per shares per row or column for the original data square (not yet extended). | False |

### Module parameters
Expand Down

0 comments on commit 82f26b8

Please sign in to comment.