minor cleanups/fixes to shard data avail PR

This commit is contained in:
Danny Ryan 2021-01-04 11:17:30 -07:00 committed by protolambda
parent a1831940ea
commit a8c9cfbe84
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 0 additions and 3 deletions

View File

@ -143,10 +143,7 @@ class AttestationData(Container):
```python
class BeaconBlock(phase0.BeaconBlock):
<<<<<<< HEAD
# insert phase 0 fields
=======
>>>>>>> 3c19069e (more DAS spec work: DAS function signatures, gossip details)
shard_headers: List[SignedShardHeader, MAX_SHARD_HEADERS]
```