mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 12:05:04 -05:00
Update specs/eip4844/beacon-chain.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user