Update specs/deneb/beacon-chain.md

This commit is contained in:
Danny Ryan 2023-06-22 10:02:23 -06:00 committed by GitHub
parent ad4f1def32
commit fa649e5430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ def is_valid_versioned_hashes(self: ExecutionEngine, new_payload_request: NewPay
##### Modified `notify_new_payload`
*Note*: The function `notify_new_payload` is modified to include the additional `parent_beacon_block_root` parameter for EIP-4788.
```python
def notify_new_payload(self: ExecutionEngine,
execution_payload: ExecutionPayload,