Skip to content

Commit

Permalink
Merge pull request #12302 from maxammann/patch-2
Browse files Browse the repository at this point in the history
Fix typo in block document
  • Loading branch information
minimalsm authored Mar 4, 2024
2 parents 7eb7909 + 65c33cc commit fe42ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/content/developers/docs/blocks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The block `body` contains several fields of its own:
| `eth1_data` | information about the deposit contract |
| `graffiti` | arbitrary data used to tag blocks |
| `proposer_slashings` | list of validators to be slashed |
| `attester_slashings` | list of validators to be slashed |
| `attester_slashings` | list of attesters to be slashed |
| `attestations` | list of attestations in favor of the current block |
| `deposits` | list of new deposits to the deposit contract |
| `voluntary_exits` | list of validators exiting the network |
Expand Down

0 comments on commit fe42ad2

Please sign in to comment.