Update 0_beacon-chain.md

This commit is contained in:
Justin 2019-03-08 18:14:00 +01:00 committed by GitHub
parent de60533d72
commit f180eb5e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -457,9 +457,9 @@ The types are defined topologically to aid in facilitating an executable version
```python
{
// Block roots
# Block roots
'block_roots': ['bytes32', SLOTS_PER_HISTORICAL_ROOT],
// State roots
# State roots
'state_roots': ['bytes32', SLOTS_PER_HISTORICAL_ROOT],
}
```