Update specs/core/1_new_shards.md

Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
vbuterin 2019-11-05 12:16:36 -08:00 committed by Danny Ryan
parent bf13757722
commit 0ddc0ba527
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ def misc_block_post_process(state: BeaconState, block: BeaconBlock) -> None:
### Light client processing ### Light client processing
```python ```python
def process_light_client_signatures(state: BeaconState, block: BeaconBlock): def process_light_client_signatures(state: BeaconState, block: BeaconBlock) -> None:
committee = get_light_client_committee(state, get_current_epoch(state)) committee = get_light_client_committee(state, get_current_epoch(state))
assert len(block.light_client_signature_bitfield) == len(committee) assert len(block.light_client_signature_bitfield) == len(committee)
tot_reward = 0 tot_reward = 0