Skip to content

Commit 74124f5

Browse files
committed
Typo in validator.md
1 parent b082140 commit 74124f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/_features/eip7732/validator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document represents the changes and additions to the Honest validator guide
1212
- [Attestation](#attestation)
1313
- [Sync Committee participations](#sync-committee-participations)
1414
- [Block proposal](#block-proposal)
15-
- [Constructing the new `signed_execution_payload_header_envelope` field in `BeaconBlockBody`](#constructing-the-new-signed_execution_payload_header_envelope-field-in--beaconblockbody)
15+
- [Constructing the new `signed_execution_payload_header` field in `BeaconBlockBody`](#constructing-the-new-signed_execution_payload_header-field-in--beaconblockbody)
1616
- [Constructing the new `payload_attestations` field in `BeaconBlockBody`](#constructing-the-new-payload_attestations-field-in--beaconblockbody)
1717
- [Blob sidecars](#blob-sidecars)
1818
- [Payload timeliness attestation](#payload-timeliness-attestation)
@@ -71,7 +71,7 @@ Sync committee duties are not changed for validators, however the submission dea
7171

7272
Validators are still expected to propose `SignedBeaconBlock` at the beginning of any slot during which `is_proposer(state, validator_index)` returns `true`. The mechanism to prepare this beacon block and related sidecars differs from previous forks as follows
7373

74-
#### Constructing the new `signed_execution_payload_header_envelope` field in `BeaconBlockBody`
74+
#### Constructing the new `signed_execution_payload_header` field in `BeaconBlockBody`
7575

7676
To obtain `signed_execution_payload_header`, a block proposer building a block on top of a `state` must take the following actions:
7777
* Listen to the `execution_payload_header` gossip global topic and save an accepted `signed_execution_payload_header` from a builder. Proposer MAY obtain these signed messages by other off-protocol means.

0 commit comments

Comments
 (0)