Update tests/core/pyspec/eth2spec/test/lightclient_patch/block_processing/test_process_sync_committee.py

Add clarifying comment

Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
Alex Stokes 2021-01-07 09:45:20 -08:00 committed by GitHub
parent cc7ae4abd0
commit 7e82b54131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def test_invalid_sync_committee_bits(spec, state):
spec, spec,
state, state,
block.slot - 1, block.slot - 1,
committee, committee, # full committee signs
) )
yield 'blocks', [block] yield 'blocks', [block]