Skip to content

Commit 5bb6c45

Browse files
authored
fix(electra): pass aggregate.committee_bits to get_committee_indices
1 parent 11e1509 commit 5bb6c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/electra/p2p-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following convenience variables are re-defined
105105
The following validations are added:
106106

107107
- [REJECT] `len(committee_indices) == 1`, where
108-
`committee_indices = get_committee_indices(aggregate)`.
108+
`committee_indices = get_committee_indices(aggregate.committee_bits)`.
109109
- [REJECT] `aggregate.data.index == 0`
110110

111111
###### `blob_sidecar_{subnet_id}`

0 commit comments

Comments
 (0)