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

This commit is contained in:
vbuterin 2019-08-14 23:32:10 +02:00 committed by GitHub
parent d424863fc0
commit fd24308d19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -201,7 +201,7 @@ def update_persistent_committee(state: BeaconState) -> None:
### Shard receipt processing
Add the `shard_receipts` operation to `BeaconBlockBody`:
Add the `shard_receipt_proofs` operation to `BeaconBlockBody`:
```python
# begin insert @shard_receipts