Skip to content

Commit

Permalink
Update specs/core/1_beacon-chain.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuterin authored Jan 11, 2020
1 parent 71fdce0 commit a3f67fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions specs/core/1_beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ def apply_shard_transition(state: BeaconState, shard: Shard, transition: ShardTr
def process_crosslink_for_shard(state: BeaconState,
shard: Shard,
shard_transition: ShardTransition,
attestations: Sequence[Attestation]) -> Root:US
attestations: Sequence[Attestation]) -> Root:
committee = get_beacon_committee(state, get_current_epoch(state), shard)
online_indices = get_online_validator_indices(state)

Expand Down Expand Up @@ -908,4 +908,3 @@ def process_light_client_committee_updates(state: BeaconState) -> None:
new_committee = get_light_client_committee(state, get_current_epoch(state) + LIGHT_CLIENT_COMMITTEE_PERIOD)
state.next_light_committee = committee_to_compact_committee(state, new_committee)
```

0 comments on commit a3f67fd

Please sign in to comment.