Skip to content

Commit

Permalink
Merge pull request #3971 from ethereum/jtraglia-patch-1
Browse files Browse the repository at this point in the history
Re-add `execution_payload` to `notify_new_payload` call
  • Loading branch information
jtraglia authored Oct 8, 2024
2 parents 6e194de + d40c797 commit 57483cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/electra/beacon-chain.md
Original file line number Diff line number Diff line change
Expand Up @@ -1022,6 +1022,7 @@ def verify_and_notify_new_payload(self: ExecutionEngine,

# [Modified in Electra]
if not self.notify_new_payload(
execution_payload,
parent_beacon_block_root,
execution_requests):
return False
Expand Down

0 comments on commit 57483cb

Please sign in to comment.