Skip to content

Commit

Permalink
fix: fix the auction rewards params query (#2569)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 authored Jul 4, 2024
1 parent 0d27b5b commit 2966992
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion proto/umee/auction/v1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ option (gogoproto.goproto_getters_all) = false;
service Query {
// QueryRewardParams queries parameters for the reward auciton.
rpc RewardsParams(QueryRewardsParams) returns (QueryRewardsParamsResponse) {
option (google.api.http).get = "/umee/auction/v1/rewards/params";
option (google.api.http).get = "/umee/auction/v1/rewards_params";
}
// RewardAuction queries the information of the auction by ID. If ID is ommitted, returns
// current reward auction.
Expand Down
20 changes: 10 additions & 10 deletions x/auction/query.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x/auction/query.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2966992

Please sign in to comment.