Update beacon-chain.md

This commit is contained in:
terence tsao 2020-06-24 16:53:53 -07:00 committed by GitHub
parent cf916dc147
commit 7e04c70ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -569,7 +569,7 @@ def get_light_client_committee(beacon_state: BeaconState, epoch: Epoch) -> Seque
seed=seed, seed=seed,
index=0, index=0,
count=get_active_shard_count(beacon_state), count=get_active_shard_count(beacon_state),
)[:TARGET_COMMITTEE_SIZE] )[:LIGHT_CLIENT_COMMITTEE_SIZE]
``` ```
#### `get_shard_proposer_index` #### `get_shard_proposer_index`