length assert not applicable anymore

This commit is contained in:
protolambda 2020-01-06 00:25:18 +01:00
parent ce84ddd207
commit 9c07e26a4d
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 0 additions and 1 deletions

View File

@ -859,7 +859,6 @@ def verify_shard_transition_false_positives(state: BeaconState, block_body: Beac
```python
def process_light_client_signatures(state: BeaconState, block_body: BeaconBlockBody) -> None:
committee = get_light_client_committee(state, get_current_epoch(state))
assert len(block_body.light_client_signature_bitfield) == len(committee)
total_reward = Gwei(0)
signer_keys = []
for bit_index, participant_index in enumerate(committee):