mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-01 13:25:39 +00:00
Update specs/deneb/beacon-chain.md
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
parent
99f294cdd8
commit
12fabf5854
@ -270,6 +270,8 @@ def process_execution_payload(state: BeaconState, body: BeaconBlockBody, executi
|
|||||||
|
|
||||||
#### Modified `process_voluntary_exit`
|
#### Modified `process_voluntary_exit`
|
||||||
|
|
||||||
|
Note: The function `process_voluntary_exit` is modified to use the a fixed fork version -- `CAPELLA_FORK_VERSION` -- for EIP-7044
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def process_voluntary_exit(state: BeaconState, signed_voluntary_exit: SignedVoluntaryExit) -> None:
|
def process_voluntary_exit(state: BeaconState, signed_voluntary_exit: SignedVoluntaryExit) -> None:
|
||||||
voluntary_exit = signed_voluntary_exit.message
|
voluntary_exit = signed_voluntary_exit.message
|
||||||
|
Loading…
x
Reference in New Issue
Block a user