File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments