Update specs/eip4844/beacon-chain.md
Co-authored-by: Alex Stokes <r.alex.stokes@gmail.com>
This commit is contained in:
parent
6d270cdc52
commit
ca538f52a0
|
@ -312,7 +312,7 @@ def initialize_beacon_state_from_eth1(eth1_block_hash: Hash32,
|
||||||
```
|
```
|
||||||
|
|
||||||
### Disabling Withdrawals
|
### 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_full_withdrawals`
|
||||||
- `process_partial_withdrawals`
|
- `process_partial_withdrawals`
|
||||||
- `process_withdrawals`
|
- `process_withdrawals`
|
||||||
|
|
Loading…
Reference in New Issue