From b4377333fabb302122cd168c4654e8f81cf912f6 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Thu, 25 Nov 2021 16:27:59 +0600 Subject: [PATCH] Polish notify_forkchoice_updated description as per review Co-authored-by: Hsiao-Wei Wang --- specs/merge/fork-choice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/fork-choice.md b/specs/merge/fork-choice.md index 422ac9dd7..1b3a61fe2 100644 --- a/specs/merge/fork-choice.md +++ b/specs/merge/fork-choice.md @@ -68,7 +68,7 @@ As per EIP-3675, before a post-transition block is finalized, `notify_forkchoice *Note*: Client software must not call this function as long as the paylod of the head of the chain is empty, i.e. `get_head(store).body.payload == ExecutionPayload()`. -*Note*: Client software must call this function to initiate payload build process to produce the merge transition block, in this case the `head_block_hash` parameter must be set to the hash of a terminal PoW block. +*Note*: Client software MUST call this function to initiate the payload build process to produce the merge transition block; the `head_block_hash` parameter MUST be set to the hash of a terminal PoW block in this case. ## Helpers