BitVector -> Bitvector

This commit is contained in:
Dankrad Feist 2021-05-05 12:26:37 +01:00
parent 786e611c71
commit df6bd1b6c3
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ Altair is the first beacon chain hard fork. Its main features are:
| Name | SSZ equivalent | Description |
| - | - | - |
| `ParticipationFlags` | `BitVector[PARTICIPATION_FLAGS_LENGTH]` | a succinct representation of up to 8 boolean participation flags |
| `ParticipationFlags` | `Bitvector[PARTICIPATION_FLAGS_LENGTH]` | a succinct representation of up to 8 boolean participation flags |
## Constants