mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 21:35:18 -05:00
minor cleanup
This commit is contained in:
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user