File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ the following actions:
106106 required data ` slot ` , ` parent_hash ` and ` pubkey ` , where:
107107 * ` slot ` is the proposal's slot
108108 * ` parent_hash ` is the value ` state.latest_execution_payload_header.block_hash `
109- * ` pubkey ` is the propser 's public key
109+ * ` pubkey ` is the proposer 's public key
1101102 . Assemble a ` BlindedBeaconBlock ` according to the process outlined in the [ Bellatrix specs] [ bellatrix-specs ] but with
111111 the ` ExecutionPayloadHeader ` from the prior step in lieu of the full ` ExecutionPayload ` .
1121123 . The proposer signs the ` BlindedBeaconBlock ` and assembles a ` SignedBlindedBeaconBlock ` which is returned to the
@@ -154,7 +154,7 @@ Honest validators will not utilize the external builder network during the trans
154154proof-of-stake. This requirement is in place to reduce the overall technical complexity of the Merge.
155155
156156Concretely, honest validators ** MUST** wait until the transition has been finalized before
157- they can start querying the external builder network. See [ EIP-3675] ( eip-3675 ) for further details about the transition
157+ they can start querying the external builder network. See [ EIP-3675] [ eip-3675 ] for further details about the transition
158158process itself.
159159
160160[ builder-spec ] : ./builder.md
You can’t perform that action at this time.
0 commit comments