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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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``.
"""