mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-31 21:05:24 +00:00
fix body type
This commit is contained in:
parent
4e4d0eb24a
commit
b627f708b9
@ -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]
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user