Update specs/core/1_beacon-chain-misc.md
This commit is contained in:
parent
f9849ca562
commit
0cf454547b
|
@ -205,7 +205,7 @@ Add the `shard_receipts` operation to `BeaconBlockBody`:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# begin insert @shard_receipts
|
# begin insert @shard_receipts
|
||||||
shard_receipts: List[ShardReceipt, MAX_SHARD_RECEIPTS]
|
shard_receipts: List[ShardReceiptProof, MAX_SHARD_RECEIPTS]
|
||||||
# end insert @shard_receipts
|
# end insert @shard_receipts
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue