Skip to content

Commit 3c23866

Browse files
rename total_escrow query path (#8287)
Co-authored-by: Gjermund Garaba <[email protected]>
1 parent be25c99 commit 3c23866

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

modules/apps/transfer/types/query.pb.go

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

modules/apps/transfer/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.

proto/ibc/applications/transfer/v1/query.proto

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

4141
// TotalEscrowForDenom returns the total amount of tokens in escrow based on the denom.
4242
rpc TotalEscrowForDenom(QueryTotalEscrowForDenomRequest) returns (QueryTotalEscrowForDenomResponse) {
43-
option (google.api.http).get = "/ibc/apps/transfer/v1/denoms/{denom=**}/total_escrow";
43+
option (google.api.http).get = "/ibc/apps/transfer/v1/total_escrow/{denom=**}";
4444
}
4545
}
4646

0 commit comments

Comments
 (0)