Skip to content

Commit

Permalink
mask off unneeded API responses
Browse files Browse the repository at this point in the history
  • Loading branch information
carryforward committed Oct 3, 2017
1 parent 0c56620 commit 44270f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wsapi/wsapiStructs.go
Expand Up @@ -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 {
Expand Down

0 comments on commit 44270f2

Please sign in to comment.