Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specs/_features/eip7732/builder.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Builders can broadcast a payload bid for the current or the next slot's proposer
to include. They produce a `SignedExecutionPayloadHeader` as follows.

01. Set `header.parent_block_hash` to the current head of the execution chain
(this can be obtained from the beacon state as `state.last_block_hash`).
(this can be obtained from the beacon state as `state.latest_block_hash`).
02. Set `header.parent_block_root` to be the head of the consensus chain (this
can be obtained from the beacon state as
`hash_tree_root(state.latest_block_header)`. The `parent_block_root` and
Expand Down