Skip to content

Commit

Permalink
revert ParticipationFlags back to uint8
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 66082e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/altair/beacon-chain.md
Original file line number Diff line number Diff line change
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 66082e3

Please sign in to comment.