mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-27 02:45:28 +00:00
Fixed end of code block
This commit is contained in:
parent
ab44cbe380
commit
db4f99d899
@ -107,6 +107,8 @@ def get_shard_proposer_index(state: BeaconState,
|
||||
if is_active_validator(state.validators[index], get_current_epoch(state)):
|
||||
return index
|
||||
return None
|
||||
```
|
||||
|
||||
## Data Structures
|
||||
|
||||
### Shard chain blocks
|
||||
|
Loading…
x
Reference in New Issue
Block a user