mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-24 17:39:05 +00:00
Fix a comment typo in execute_payload
This commit is contained in:
parent
cc92c2a629
commit
6d81440b10
@ -257,7 +257,7 @@ The Engine API may be used to implement them with an external execution engine.
|
||||
```python
|
||||
def execute_payload(self: ExecutionEngine, execution_payload: ExecutionPayload) -> bool:
|
||||
"""
|
||||
Returns ``True`` iff ``execution_payload`` is valid with respect to ``self.execution_state``.
|
||||
Returns ``True`` if ``execution_payload`` is valid with respect to ``self.execution_state``.
|
||||
"""
|
||||
...
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user