mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-17 21:16:52 +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)):
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user