mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 04:45:01 -05:00
fix body type
This commit is contained in:
@@ -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]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user