mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-09 09:14:32 +00:00
Fix typo
Co-authored-by: Danny Ryan <dannyjryan@gmail.com>
This commit is contained in:
parent
53a9221d1a
commit
ec1ee74edb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user