Skip to content

Commit fa727f4

Browse files
authored
fix query path for current feeds (#185)
1 parent 81b73e7 commit fa727f4

File tree

3 files changed

+74
-75
lines changed

3 files changed

+74
-75
lines changed

proto/feeds/v1beta1/query.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ service Query {
5555

5656
// CurrentFeeds is an RPC method that returns a list of current supported feeds
5757
rpc CurrentFeeds(QueryCurrentFeedsRequest) returns (QueryCurrentFeedsResponse) {
58-
option (google.api.http).get = "/feeds/v1beta1/supported-feeds";
58+
option (google.api.http).get = "/feeds/v1beta1/current-feeds";
5959
}
6060

6161
// IsFeeder is an RPC method that returns whether an account is a feeder for specified validator.

x/feeds/types/query.pb.go

Lines changed: 72 additions & 73 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x/feeds/types/query.pb.gw.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)