Skip to content

Commit fd8e80a

Browse files
jihoonsongjtraglia
authored andcommitted
Remove 'proposal' for execution proof and PTC message
1 parent dd8380f commit fd8e80a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specs/_features/eip8025/prover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_execution_proof_signature(
4343
return bls.Sign(privkey, signing_root)
4444
```
4545

46-
## Execution proof proposal
46+
## Execution proof
4747

4848
### Constructing the `SignedExecutionProof`
4949

specs/gloas/validator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def prepare_execution_payload(
239239
)
240240
```
241241

242-
### Payload timeliness attestation proposal
242+
### Payload timeliness attestation
243243

244244
Some validators are selected to submit payload timeliness attestations.
245245
Validators should call `get_ptc_assignment` at the beginning of an epoch to be

0 commit comments

Comments
 (0)