diff --git a/staking/types/validator.go b/staking/types/validator.go index 6746f78b69..ddb9964d4a 100644 --- a/staking/types/validator.go +++ b/staking/types/validator.go @@ -185,7 +185,7 @@ type ValidatorStats struct { // MetricsPerShard .. MetricsPerShard []VoteWithCurrentEpochEarning `json:"by-bls-key"` // BootedStatus - BootedStatus effective.BootedStatus `json:"boot-from-committee-status"` + BootedStatus effective.BootedStatus `json:"-"` } func (s ValidatorStats) String() string {