Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-03-08 17:38:19 +01:00 committed by GitHub
parent 3aedf1226a
commit ecd93468a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ def get_fork_version(fork: Fork,
```python ```python
def get_domain(fork: Fork, def get_domain(fork: Fork,
epoch: Epoch, epoch: Epoch,
domain_type: bytes4) -> uint64: domain_type: bytes4) -> int:
""" """
Get the domain number that represents the fork meta and signature domain. Get the domain number that represents the fork meta and signature domain.
""" """