Skip to content

Commit

Permalink
Add inactivity to required field
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jul 21, 2023
1 parent 6bc096b commit d5d6e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/rewards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ AttestationsRewards:
AttestationRewards:
type: object
description: "Rewards info for a single attestation"
required: ["validator_index", "head", "target", "source"]
required: ["validator_index", "head", "target", "source", "inactivity"]
properties:
validator_index:
allOf:
Expand Down Expand Up @@ -70,7 +70,7 @@ AttestationRewards:
IdealAttestationRewards:
type: object
description: "Ideal rewards info for a single attestation"
required: ["effective_balance", "head", "target", "source"]
required: ["effective_balance", "head", "target", "source", "inactivity"]
properties:
effective_balance:
allOf:
Expand Down

0 comments on commit d5d6e98

Please sign in to comment.