Skip to content

Commit

Permalink
Re-add execution_payload to notify_new_payload call
Browse files Browse the repository at this point in the history
  • Loading branch information
jtraglia authored Oct 8, 2024
1 parent 6e194de commit d40c797
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 d40c797

Please sign in to comment.