mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-01-31 12:18:24 -05:00
fix broken tests
This commit is contained in:
@@ -167,7 +167,7 @@ def fill_aggregate_attestation(spec, state, attestation, signed=False, filter_pa
|
||||
beacon_committee = spec.get_beacon_committee(
|
||||
state,
|
||||
attestation.data.slot,
|
||||
spec.get_attestation_index(attestation),
|
||||
attestation.data.index,
|
||||
)
|
||||
# By default, have everyone participate
|
||||
participants = set(beacon_committee)
|
||||
|
||||
Reference in New Issue
Block a user