From 02057cb13e5086d259b62d7b3c8ad27effc307dd Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Wed, 1 Sep 2021 20:59:16 +0600 Subject: [PATCH] Fix spelling --- specs/merge/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/beacon-chain.md b/specs/merge/beacon-chain.md index ee5f59aa8..2e7d26954 100644 --- a/specs/merge/beacon-chain.md +++ b/specs/merge/beacon-chain.md @@ -246,7 +246,7 @@ The above function is accessed through the `EXECUTION_ENGINE` module which insta ### 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 def process_block(state: BeaconState, block: BeaconBlock) -> None: