mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 01:25:16 -05:00
Update test_process_sync_aggregate.py
This commit is contained in:
@@ -33,7 +33,7 @@ def test_invalid_signature_bad_domain(spec, state):
|
||||
|
||||
block = build_empty_block_for_next_slot(spec, state)
|
||||
block.body.sync_aggregate = spec.SyncAggregate(
|
||||
sync_committee_bits= committee_indices,
|
||||
sync_committee_bits=committee_indices,
|
||||
sync_committee_signature=compute_aggregate_sync_committee_signature(
|
||||
spec,
|
||||
state,
|
||||
|
||||
Reference in New Issue
Block a user