We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43d96cf + 8bf6068 commit cead0f3Copy full SHA for cead0f3
specs/electra/beacon-chain.md
@@ -277,8 +277,8 @@ class AttesterSlashing(Container):
277
class Attestation(Container):
278
aggregation_bits: Bitlist[MAX_VALIDATORS_PER_COMMITTEE * MAX_COMMITTEES_PER_SLOT] # [Modified in Electra:EIP7549]
279
data: AttestationData
280
- committee_bits: Bitvector[MAX_COMMITTEES_PER_SLOT] # [New in Electra:EIP7549]
281
signature: BLSSignature
+ committee_bits: Bitvector[MAX_COMMITTEES_PER_SLOT] # [New in Electra:EIP7549]
282
```
283
284
#### `IndexedAttestation`
0 commit comments