Skip to content

Commit

Permalink
Update specs/deneb/beacon-chain.md
Browse files Browse the repository at this point in the history
  • Loading branch information
djrtwo committed Jun 22, 2023
1 parent ad4f1de commit fa649e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs/deneb/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa649e5

Please sign in to comment.