mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-13 04:04:19 +00:00
length assert not applicable anymore
This commit is contained in:
parent
ce84ddd207
commit
9c07e26a4d
@ -859,7 +859,6 @@ def verify_shard_transition_false_positives(state: BeaconState, block_body: Beac
|
|||||||
```python
|
```python
|
||||||
def process_light_client_signatures(state: BeaconState, block_body: BeaconBlockBody) -> None:
|
def process_light_client_signatures(state: BeaconState, block_body: BeaconBlockBody) -> None:
|
||||||
committee = get_light_client_committee(state, get_current_epoch(state))
|
committee = get_light_client_committee(state, get_current_epoch(state))
|
||||||
assert len(block_body.light_client_signature_bitfield) == len(committee)
|
|
||||||
total_reward = Gwei(0)
|
total_reward = Gwei(0)
|
||||||
signer_keys = []
|
signer_keys = []
|
||||||
for bit_index, participant_index in enumerate(committee):
|
for bit_index, participant_index in enumerate(committee):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user