Apply suggestions as per review
This commit is contained in:
parent
bd66114f4a
commit
b13a9f0f8a
|
@ -44,3 +44,5 @@ def get_safe_execution_payload_hash(store: Store) -> Hash32:
|
|||
else:
|
||||
return Hash32()
|
||||
```
|
||||
|
||||
*Note*: This helper uses beacon block container extended in [Bellatrix](../specs/bellatrix/beacon-chain.md).
|
||||
|
|
|
@ -75,7 +75,8 @@ As per EIP-3675, before a post-transition block is finalized, `notify_forkchoice
|
|||
|
||||
##### `safe_block_hash`
|
||||
|
||||
The `safe_block_hash` parameter MUST be set to return value of `get_safe_execution_payload_hash(store: Store)` function.
|
||||
The `safe_block_hash` parameter MUST be set to return value of
|
||||
[`get_safe_execution_payload_hash(store: Store)`](../../fork_choice/safe-block.md#get_safe_execution_payload_hash) function.
|
||||
|
||||
## Helpers
|
||||
|
||||
|
|
Loading…
Reference in New Issue