Skip to content

Commit cead0f3

Browse files
authored
Merge pull request #3768 from etan-status/at-stability
EIP-7549: Append new `committee_bits` field to end of `Attestation`
2 parents 43d96cf + 8bf6068 commit cead0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/electra/beacon-chain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ class AttesterSlashing(Container):
277277
class Attestation(Container):
278278
aggregation_bits: Bitlist[MAX_VALIDATORS_PER_COMMITTEE * MAX_COMMITTEES_PER_SLOT] # [Modified in Electra:EIP7549]
279279
data: AttestationData
280-
committee_bits: Bitvector[MAX_COMMITTEES_PER_SLOT] # [New in Electra:EIP7549]
281280
signature: BLSSignature
281+
committee_bits: Bitvector[MAX_COMMITTEES_PER_SLOT] # [New in Electra:EIP7549]
282282
```
283283

284284
#### `IndexedAttestation`

0 commit comments

Comments
 (0)