Skip to content

Commit

Permalink
Update services/horizon/internal/actions/liquidity_pool.go
Browse files Browse the repository at this point in the history
Co-authored-by: Bartek Nowotarski <[email protected]>
  • Loading branch information
erika-sdf and bartekn committed Nov 4, 2021
1 parent 794b2d0 commit 51c0681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/internal/actions/liquidity_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type LiquidityPoolsQuery struct {

// URITemplate returns a rfc6570 URI template the query struct
func (q LiquidityPoolsQuery) URITemplate() string {
return "/liquidity_pools?{?reserves,?account}"
return "/liquidity_pools?{?reserves,account}"
}

// Validate validates and parses the query
Expand Down

0 comments on commit 51c0681

Please sign in to comment.