Update 0_beacon-chain.md

This commit is contained in:
Justin
2019-03-08 10:50:45 +01:00
committed by GitHub
parent 1f147486fc
commit a51d7d5db5

View File

@@ -1107,7 +1107,7 @@ def get_total_balance(state: BeaconState, validators: List[ValidatorIndex]) -> G
```python
def get_fork_version(fork: Fork,
epoch: Epoch) -> bytes8:
epoch: Epoch) -> bytes4:
"""
Return the fork version of the given ``epoch``.
"""