Update test_process_sync_aggregate.py

This commit is contained in:
Antonio Sanso 2021-09-02 11:19:58 +02:00 committed by GitHub
parent 9bf8ad9130
commit 2d736139d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ def test_invalid_signature_bad_domain(spec, state):
block = build_empty_block_for_next_slot(spec, state) block = build_empty_block_for_next_slot(spec, state)
block.body.sync_aggregate = spec.SyncAggregate( block.body.sync_aggregate = spec.SyncAggregate(
sync_committee_bits= committee_indices, sync_committee_bits=committee_indices,
sync_committee_signature=compute_aggregate_sync_committee_signature( sync_committee_signature=compute_aggregate_sync_committee_signature(
spec, spec,
state, state,