Skip to content

Commit 5ad0e2d

Browse files
committed
touch types
1 parent f912935 commit 5ad0e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pkg/api/types/validator_dashboard.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type VDBGroupSummaryData struct {
9797
Slashings VDBGroupSummaryColumnItem `json:"slashings"` // Failed slashings are count of validators in the group that were slashed
9898
ProposalValidators []uint64 `json:"proposal_validators"` // fill with up to 3 validator indexes
9999
ProposalValidatorCount uint64 `json:"proposal_validator_count"` // number of distinct validators
100-
MissedRewards VDBGroupSummaryMissedRewards `json:"missed_rewards"` // missed proposer el and cl, attestations and sync rewards
100+
MissedRewards VDBGroupSummaryMissedRewards `json:"missed_rewards"`
101101

102102
Apr ClElValue[float64] `json:"apr"`
103103

0 commit comments

Comments
 (0)