diff --git a/wsapi/wsapiStructs.go b/wsapi/wsapiStructs.go index 028a390968..db52009cf5 100644 --- a/wsapi/wsapiStructs.go +++ b/wsapi/wsapiStructs.go @@ -60,9 +60,9 @@ type HeightsResponse struct { LeaderHeight int64 `json:"leaderheight"` EntryBlockHeight int64 `json:"entryblockheight"` EntryHeight int64 `json:"entryheight"` - MissingEntryCount int64 `json:"missingentrycount"` - EntryBlockDBHeightProcessing int64 `json:"entryblockdbheightprocessing"` - EntryBlockDBHeightComplete int64 `json:"entryblockdbheightcomplete"` + MissingEntryCount int64 `json:"-"` + EntryBlockDBHeightProcessing int64 `json:"-"` + EntryBlockDBHeightComplete int64 `json:"-"` } type CurrentMinuteResponse struct {