Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-02-15 00:24:46 +00:00 committed by GitHub
parent ab140c2f1c
commit 888b06ce4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -471,7 +471,7 @@ The following data structures are defined as [SimpleSerialize (SSZ)](https://git
```python
{
# Header
'slot': Slot,
'slot': 'uint64',
'parent_root': 'bytes32',
'state_root': 'bytes32',
'randao_reveal': 'bytes96',