Merge pull request #3971 from ethereum/jtraglia-patch-1

Re-add `execution_payload` to `notify_new_payload` call
This commit is contained in:
Justin Traglia 2024-10-08 14:01:45 -05:00 committed by GitHub
commit 57483cb007
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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