Skip to content

Commit

Permalink
only check payload hash if not withheld
Browse files Browse the repository at this point in the history
  • Loading branch information
potuz committed Apr 12, 2024
1 parent 075837e commit 0659a91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specs/_features/epbs/p2p-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ Let `block` be the block with `envelope.beacon_block_root`.
Let `header` alias `block.body.signed_execution_payload_header.message` (notice that this can be obtained from the `state.signed_execution_payload_header`)
- _[REJECT]_ `block` passes validation.
- _[REJECT]_ `envelope.builder_index == header.builder_index`
- _[REJECT]_ `payload.block_hash == header.block_hash`
- if `envelope.payload_withheld == False` then
- _[REJECT]_ `payload.block_hash == header.block_hash`
- _[REJECT]_ The builder signature, `signed_execution_payload_envelope.signature`, is valid with respect to the builder's public key.

###### `payload_attestation_message`
Expand Down

0 comments on commit 0659a91

Please sign in to comment.