Fix spelling

This commit is contained in:
Mikhail Kalinin 2021-09-01 20:59:16 +06:00
parent 6ba1f22404
commit 02057cb13e
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ The above function is accessed through the `EXECUTION_ENGINE` module which insta
### Block processing ### Block processing
*Note*: The call to the `process_execution_payload` must happen before the call to `process_randao` as the former depends on the `randao_mix` computed with the reveal of the previous block. *Note*: The call to the `process_execution_payload` must happen before the call to the `process_randao` as the former depends on the `randao_mix` computed with the reveal of the previous block.
```python ```python
def process_block(state: BeaconState, block: BeaconBlock) -> None: def process_block(state: BeaconState, block: BeaconBlock) -> None: