Skip to content

Commit

Permalink
QueryPoolPosition returns empty positions
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Meeseeks committed Mar 5, 2024
1 parent c3da0ca commit 609063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (s *APIWebServer) queryPoolPositions(c *gin.Context) {
return
}

resp := s.Views.QueryPoolPositions(chainId, base, quote, poolIdx, n, true)
resp := s.Views.QueryPoolPositions(chainId, base, quote, poolIdx, n, false)
wrapDataErrResp(c, resp, nil)
}

Expand Down

0 comments on commit 609063a

Please sign in to comment.