Merge branch 'dev' into execution-requests-list

This commit is contained in:
Justin Traglia 2024-10-08 14:02:19 -05:00 committed by GitHub
commit 1a3e3addde
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1023,7 +1023,7 @@ def verify_and_notify_new_payload(self: ExecutionEngine,
# [Modified in Electra]
if not self.notify_new_payload(
execution_payload,
execution_payload,
parent_beacon_block_root,
execution_requests_list):
return False