Update specs/core/1_beacon-chain-misc.md

This commit is contained in:
vbuterin 2019-08-14 23:32:01 +02:00 committed by GitHub
parent 49a008df60
commit d424863fc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ Add the `shard_receipts` operation to `BeaconBlockBody`:
```python
# begin insert @shard_receipts
shard_receipts: List[ShardReceiptProof, MAX_SHARD_RECEIPTS]
shard_receipt_proofs: List[ShardReceiptProof, MAX_SHARD_RECEIPTS]
# end insert @shard_receipts
```