mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-12 19:54:34 +00:00
Update specs/core/0_beacon-chain.md
This commit is contained in:
parent
fb59160e6a
commit
7175ac5593
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user