Skip to content

Commit d95386a

Browse files
authored
eip7732: clarify PTC description (#4719)
1 parent f96d3e7 commit d95386a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

specs/gloas/validator.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -187,12 +187,12 @@ The validator creates `payload_attestation_message` as follows:
187187

188188
- If the validator has not seen any beacon block for the assigned slot, do not
189189
submit a payload attestation. It will be ignored anyway.
190-
- Set `data.beacon_block_root` be the HTR of the beacon block seen for the
191-
assigned slot
190+
- Set `data.beacon_block_root` be the hash tree root of the beacon block seen
191+
for the assigned slot.
192192
- Set `data.slot` to be the assigned slot.
193-
- If a `SignedExecutionPayloadEnvelope` has been seen referencing the block
194-
`data.beacon_block_root` set `data.payload_present = True`. Otherwise set it
195-
to `False`.
193+
- If a previously seen `SignedExecutionPayloadEnvelope` references the block
194+
with root `data.beacon_block_root`, set `data.payload_present` to `True`;
195+
otherwise, set `data.payload_present` to `False`.
196196
- Set `payload_attestation_message.validator_index = validator_index` where
197197
`validator_index` is the validator chosen to submit. The private key mapping
198198
to `state.validators[validator_index].pubkey` is used to sign the payload

0 commit comments

Comments
 (0)