Update specs/eip4844/beacon-chain.md

Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
Inphi
2022-10-25 12:06:07 -04:00
committed by GitHub
parent 6d270cdc52
commit ca538f52a0

View File

@@ -312,7 +312,7 @@ def initialize_beacon_state_from_eth1(eth1_block_hash: Hash32,
```
### Disabling Withdrawals
During testing we avoid Capella-specific updates the state transition. We do this by replacing the following functions with a no-op implementation:
During testing we avoid Capella-specific updates to the state transition. We do this by replacing the following functions with a no-op implementation:
- `process_full_withdrawals`
- `process_partial_withdrawals`
- `process_withdrawals`