We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71a085 commit 78b2b93Copy full SHA for 78b2b93
specs/_features/eip7732/builder.md
@@ -93,7 +93,7 @@ Builders can broadcast a payload bid for the current or the next slot's proposer
93
to include. They produce a `SignedExecutionPayloadHeader` as follows.
94
95
01. Set `header.parent_block_hash` to the current head of the execution chain
96
- (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`).
97
02. Set `header.parent_block_root` to be the head of the consensus chain (this
98
can be obtained from the beacon state as
99
`hash_tree_root(state.latest_block_header)`. The `parent_block_root` and
0 commit comments