mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 13:14:59 -05:00
As per #1735 the check `if not len(indices) <= MAX_VALIDATORS_PER_COMMITTEE: return False` is redundant. As such this PR should be purely cosmetic.