fix body type

This commit is contained in:
protolambda 2021-03-18 01:12:55 +01:00
parent 4e4d0eb24a
commit b627f708b9
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
1 changed files with 2 additions and 2 deletions

View File

@ -143,10 +143,10 @@ class AttestationData(Container):
shard_header_root: Root
```
### `BeaconBlock`
### `BeaconBlockBody`
```python
class BeaconBlock(phase0.BeaconBlock):
class BeaconBlockBody(phase0.BeaconBlockBody):
# insert phase 0 fields
shard_headers: List[SignedShardHeader, MAX_SHARD_HEADERS]
```