Skip to content

Commit

Permalink
Polish notify_forkchoice_updated description as per review
Browse files Browse the repository at this point in the history
Co-authored-by: Hsiao-Wei Wang <[email protected]>
  • Loading branch information
mkalinin and hwwhww authored Nov 25, 2021
1 parent 6ece777 commit b437733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/merge/fork-choice.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b437733

Please sign in to comment.