Skip to content

Commit 57483cb

Browse files
authored
Merge pull request ethereum#3971 from ethereum/jtraglia-patch-1
Re-add `execution_payload` to `notify_new_payload` call
2 parents 6e194de + d40c797 commit 57483cb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

specs/electra/beacon-chain.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ def verify_and_notify_new_payload(self: ExecutionEngine,
10221022

10231023
# [Modified in Electra]
10241024
if not self.notify_new_payload(
1025+
execution_payload,
10251026
parent_beacon_block_root,
10261027
execution_requests):
10271028
return False

0 commit comments

Comments
 (0)