Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmic-vagabond committed Sep 1, 2023
1 parent 15a4105 commit 7934b01
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/wasm.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,11 @@ func CustomQuerier(qp *QueryPlugin) func(ctx sdk.Context, request json.RawMessag
// },
// }

// copy array priceResponse.Price
price := make([]oracletypes.Price, len(priceResponse.Price))

res := AllPriceResponse{
Price: priceResponse.Price,
Price: price,
Pagination: &query.PageResponse{
NextKey: nil,
},
Expand Down

0 comments on commit 7934b01

Please sign in to comment.