Skip to content

Commit

Permalink
Merge pull request #165 from ethereum/mpetrunic/clarify-until-epoch
Browse files Browse the repository at this point in the history
Clarify until_epoch is exclusive
  • Loading branch information
mpetrunic authored Sep 20, 2021
2 parents 68e8598 + 159386e commit a178851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/altair/sync_committee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Altair:
until_epoch:
allOf:
- $ref: '../primitive.yaml#/Uint64'
- description: 'The final epoch that the specified validator requires the subscription for.'
- description: 'The final epoch (exclusive value) that the specified validator requires the subscription for.'

SignedContributionAndProof:
type: object
Expand Down

0 comments on commit a178851

Please sign in to comment.