Skip to content

Commit a2a9a73

Browse files
authored
Fix typo and broken EIP-3675 link (#55)
1 parent b66471c commit a2a9a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/validator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
110110
2. 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`.
112112
3. 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
154154
proof-of-stake. This requirement is in place to reduce the overall technical complexity of the Merge.
155155

156156
Concretely, 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
158158
process itself.
159159

160160
[builder-spec]: ./builder.md

0 commit comments

Comments
 (0)