Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
958c338c8f
commit
02725b870e
|
@ -992,7 +992,7 @@ def get_randao_mix(state: BeaconState,
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def get_active_index_root(state: BeaconState,
|
def get_active_index_root(state: BeaconState,
|
||||||
slot: int) -> Hash32:
|
slot: int) -> Bytes32:
|
||||||
"""
|
"""
|
||||||
Returns the index root at a recent ``slot``.
|
Returns the index root at a recent ``slot``.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue