mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 00:24:56 -05:00
Fixed end of code block
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user