Update 0_beacon-chain.md
This commit is contained in:
parent
1f147486fc
commit
a51d7d5db5
|
@ -1107,7 +1107,7 @@ def get_total_balance(state: BeaconState, validators: List[ValidatorIndex]) -> G
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def get_fork_version(fork: Fork,
|
def get_fork_version(fork: Fork,
|
||||||
epoch: Epoch) -> bytes8:
|
epoch: Epoch) -> bytes4:
|
||||||
"""
|
"""
|
||||||
Return the fork version of the given ``epoch``.
|
Return the fork version of the given ``epoch``.
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue