mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 19:54:34 +00:00
minor cleanup
This commit is contained in:
parent
cb871c3f0e
commit
3a677eefa9
@ -857,7 +857,7 @@ def get_block_hash(state: BeaconState,
|
||||
#### `get_beacon_proposer_index`
|
||||
|
||||
```python
|
||||
def get_beacon_proposer_index(state:BeaconState,
|
||||
def get_beacon_proposer_index(state: BeaconState,
|
||||
slot: int) -> int:
|
||||
"""
|
||||
Returns the beacon proposer index for the ``slot``.
|
||||
|
Loading…
x
Reference in New Issue
Block a user