We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f912935 commit 5ad0e2dCopy full SHA for 5ad0e2d
backend/pkg/api/types/validator_dashboard.go
@@ -97,7 +97,7 @@ type VDBGroupSummaryData struct {
97
Slashings VDBGroupSummaryColumnItem `json:"slashings"` // Failed slashings are count of validators in the group that were slashed
98
ProposalValidators []uint64 `json:"proposal_validators"` // fill with up to 3 validator indexes
99
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
+ MissedRewards VDBGroupSummaryMissedRewards `json:"missed_rewards"`
101
102
Apr ClElValue[float64] `json:"apr"`
103
0 commit comments