Merge pull request #3837 from ethereum/ralexstokes-patch-2

fix typo in deneb comment
This commit is contained in:
Hsiao-Wei Wang 2024-07-09 17:36:20 +08:00 committed by GitHub
commit 5cce790dec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ def is_valid_block_hash(self: ExecutionEngine,
def is_valid_versioned_hashes(self: ExecutionEngine, new_payload_request: NewPayloadRequest) -> bool:
"""
Return ``True`` if and only if the version hashes computed by the blob transactions of
``new_payload_request.execution_payload`` matches ``new_payload_request.version_hashes``.
``new_payload_request.execution_payload`` matches ``new_payload_request.versioned_hashes``.
"""
...
```