Update specs/phase1/beacon-chain.md

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
This commit is contained in:
dankrad 2020-12-28 16:01:47 +00:00 committed by protolambda
parent c674a27a25
commit 6e249e8932
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -168,7 +168,7 @@ class DataCommitment(Container):
# Kate commitment to the data
point: BLSCommitment
# Length of the data in samples
length: length
length: uint64
```
### `ShardHeader`