Skip to content

Commit 78b2b93

Browse files
authored
eip7732: fix a typo in builder.md (#4483)
This PR fixes a typo `state.last_block_hash` to `state.latest_block_hash`.
1 parent b71a085 commit 78b2b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/_features/eip7732/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Builders can broadcast a payload bid for the current or the next slot's proposer
9393
to include. They produce a `SignedExecutionPayloadHeader` as follows.
9494

9595
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`).
96+
(this can be obtained from the beacon state as `state.latest_block_hash`).
9797
02. Set `header.parent_block_root` to be the head of the consensus chain (this
9898
can be obtained from the beacon state as
9999
`hash_tree_root(state.latest_block_header)`. The `parent_block_root` and

0 commit comments

Comments
 (0)