Update specs/phase1/beacon-chain.md

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
This commit is contained in:
dankrad 2020-12-28 16:14:05 +00:00 committed by protolambda
parent f0fc9c6462
commit 0408aa52cc
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623

View File

@ -191,7 +191,7 @@ class ShardHeader(Container):
```python
class PendingShardHeader(Container):
# Slot and shard that this header is intended for
slot: uint64
slot: Slot
shard: Shard
# Kate commitment to the data
commitment: BLSCommitment