mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-01 15:34:55 -05:00
@@ -198,7 +198,7 @@ def verify_and_notify_new_payload(self: ExecutionEngine,
|
||||
Return ``True`` if and only if ``new_payload_request`` is valid with respect to ``self.execution_state``.
|
||||
"""
|
||||
assert self.is_valid_block_hash(new_payload_request.execution_payload)
|
||||
assert self.is_valid_versioned_hashes(new_payload_request) # [Modified in Deneb]
|
||||
assert self.is_valid_versioned_hashes(new_payload_request) # [New in Deneb]
|
||||
assert self.notify_new_payload(new_payload_request.execution_payload)
|
||||
...
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user