mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-02-04 23:04:55 +00:00
Merge pull request #2633 from terencechain/patch-128
Expand If_and_only_if in `execute_payload`
This commit is contained in:
commit
ac2c010dbd
@ -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``.
|
||||
Return ``True`` if and only if ``execution_payload`` is valid with respect to ``self.execution_state``.
|
||||
"""
|
||||
...
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user