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.
2 parents 1642610 + b7149ef commit 5cce790Copy full SHA for 5cce790
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