Update specs/core/0_beacon-chain.md

This commit is contained in:
vbuterin 2019-08-24 13:55:18 +02:00 committed by GitHub
parent fb59160e6a
commit 7175ac5593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1550,7 +1550,7 @@ def process_operations(state: BeaconState, body: BeaconBlockBody) -> None:
(body.deposits, process_deposit),
(body.voluntary_exits, process_voluntary_exit),
(body.transfers, process_transfer),
# @process_shard_receipts
# @process_shard_receipt_proofs
):
for operation in operations:
function(state, operation)