Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
davidterpay committed Jul 1, 2024
1 parent f78a91b commit 31ab5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/apis/dydx/research_api_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (h *ResearchAPIHandler) researchJSONToQueryAllMarketsParamsResponse(researc
// iterate over all entries in the research json + unmarshal it's market-params
resp := dydxtypes.QueryAllMarketParamsResponse{}
for _, market := range research {
if market.CMCID < 0 {
if h.onlyCMC && market.CMCID < 0 {
continue
}

Expand Down

0 comments on commit 31ab5f8

Please sign in to comment.