Update beacon-chain.md

This commit is contained in:
Justin 2018-10-04 11:22:50 +01:00 committed by GitHub
parent a85f59779a
commit 7749c28bd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ The registration contract emits a log with the various arguments for consumption
## Data structures ## Data structures
### Beacon chain blocks ### Beacon chain blocks
A `BeaconChainBlock` has the following fields: A `BeaconBlock` has the following fields:
```python ```python
{ {
@ -122,7 +122,7 @@ An `AttestationRecord` has the following fields:
A `SpecialRecord` has the following fields: A `SpecialRecord` has the following fields:
```python ```python
fields = { {
# Type # Type
'type': 'int8', 'type': 'int8',
# Data # Data