Skip to content

Commit 85ab2d2

Browse files
authored
Make wording clearer for payload signature verification (#5002)
Currently wordings for signature verification for p2p `execution_payload` makes sense for non self-build scenario but is confusing for self-build scenario. Update wordings such that the rule works for both.
1 parent f0f4119 commit 85ab2d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/gloas/p2p-interface.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,8 @@ obtained from the `state.latest_execution_payload_bid`)
294294
- _[REJECT]_ `block.slot` equals `envelope.slot`.
295295
- _[REJECT]_ `envelope.builder_index == bid.builder_index`
296296
- _[REJECT]_ `payload.block_hash == bid.block_hash`
297-
- _[REJECT]_ `signed_execution_payload_envelope.signature` is valid with respect
298-
to the builder's public key.
297+
- _[REJECT]_ `signed_execution_payload_envelope.signature` is valid as verified
298+
by `verify_execution_payload_envelope_signature`.
299299

300300
###### `payload_attestation_message`
301301

0 commit comments

Comments
 (0)