Fixed end of code block

This commit is contained in:
vbuterin 2019-02-10 15:47:26 -06:00 committed by GitHub
parent ab44cbe380
commit db4f99d899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -107,6 +107,8 @@ def get_shard_proposer_index(state: BeaconState,
if is_active_validator(state.validators[index], get_current_epoch(state)): if is_active_validator(state.validators[index], get_current_epoch(state)):
return index return index
return None return None
```
## Data Structures ## Data Structures
### Shard chain blocks ### Shard chain blocks