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:
parent
cc7ae4abd0
commit
7e82b54131
|
@ -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]
|
||||||
|
|
Loading…
Reference in New Issue