Skip to content

Commit d43bcab

Browse files
authored
chore: fix function names (#144)
Signed-off-by: finaltrip <[email protected]>
1 parent f581063 commit d43bcab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proto/cosmonity/example/v1/query.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ message QueryCounterResponse {
4646
uint64 counter = 1;
4747
}
4848

49-
// QueryCountersResponse is the request type for the Query/Counters RPC
49+
// QueryCountersRequest is the request type for the Query/Counters RPC
5050
message QueryCountersRequest {
5151
// pagination defines an optional pagination for the request.
5252
cosmos.base.query.v1beta1.PageRequest pagination = 1;

query.pb.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)