We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1642610 commit b7149efCopy full SHA for b7149ef
specs/deneb/beacon-chain.md
@@ -260,7 +260,7 @@ def is_valid_block_hash(self: ExecutionEngine,
260
def is_valid_versioned_hashes(self: ExecutionEngine, new_payload_request: NewPayloadRequest) -> bool:
261
"""
262
Return ``True`` if and only if the version hashes computed by the blob transactions of
263
- ``new_payload_request.execution_payload`` matches ``new_payload_request.version_hashes``.
+ ``new_payload_request.execution_payload`` matches ``new_payload_request.versioned_hashes``.
264
265
...
266
```
0 commit comments