Update specs/deneb/beacon-chain.md

Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
Lion - dapplion 2023-06-14 16:47:17 +03:00 committed by GitHub
parent 99f294cdd8
commit 12fabf5854
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,6 +270,8 @@ def process_execution_payload(state: BeaconState, body: BeaconBlockBody, executi
#### 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
def process_voluntary_exit(state: BeaconState, signed_voluntary_exit: SignedVoluntaryExit) -> None:
voluntary_exit = signed_voluntary_exit.message