Skip to content

Commit

Permalink
revert ParticipationFlags back to byte
Browse files Browse the repository at this point in the history
This can be done separately in the future, if wanted
  • Loading branch information
arnetheduck committed Oct 17, 2023
1 parent f2ad012 commit f8c173c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/altair/beacon-chain.md
Expand Up @@ -71,7 +71,7 @@ Altair is the first beacon chain hard fork. Its main features are:

| Name | SSZ equivalent | Description |
| - | - | - |
| `ParticipationFlags` | `byte` | a succinct representation of 8 boolean participation flags |
| `ParticipationFlags` | `uint8` | a succinct representation of 8 boolean participation flags |

## Constants

Expand Down

0 comments on commit f8c173c

Please sign in to comment.