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…
Reference in New Issue