From c87fc480531655bca0369dff222ca7624cef46c2 Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Wed, 30 Mar 2022 12:04:23 -0600 Subject: [PATCH] minor typo --- specs/bellatrix/validator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/bellatrix/validator.md b/specs/bellatrix/validator.md index ee19f3d07..94671db08 100644 --- a/specs/bellatrix/validator.md +++ b/specs/bellatrix/validator.md @@ -113,7 +113,7 @@ To obtain an execution payload, a block proposer building a block on top of a `s 1. Set `payload_id = prepare_execution_payload(state, pow_chain, finalized_block_hash, safe_block_hash, suggested_fee_recipient, execution_engine)`, where: * `state` is the state object after applying `process_slots(state, slot)` transition to the resulting state of the parent block processing * `pow_chain` is a `Dict[Hash32, PowBlock]` dictionary that abstractly represents all blocks in the PoW chain with block hash as the dictionary key - * `safe_block_hash` is the return value of the `get_safe_block_hash(store: Store)` function call + * `safe_block_hash` is the return value of the `get_safe_execution_payload_hash(store: Store)` function call * `finalized_block_hash` is the hash of the latest finalized execution payload (`Hash32()` if none yet finalized) * `suggested_fee_recipient` is the value suggested to be used for the `fee_recipient` field of the execution payload