Skip to content

Commit

Permalink
did not remove process_withdrawals
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Apr 18, 2024
1 parent 502e98d commit 05fbb9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/_features/epbs/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ The post-state corresponding to a pre-state `state` and a signed execution paylo
```python
def process_block(state: BeaconState, block: BeaconBlock) -> None:
process_block_header(state, block)
removed process_withdrawals(state) [Modified in ePBS]
process_withdrawals(state) [Modified in ePBS]
process_execution_payload_header(state, block) # [Modified in ePBS, removed process_execution_payload]
process_randao(state, block.body)
process_eth1_data(state, block.body)
Expand Down

0 comments on commit 05fbb9a

Please sign in to comment.