Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Aug 10, 2020
1 parent b3d0732 commit 059d8c7
Show file tree
Hide file tree
Showing 6 changed files with 152 additions and 152 deletions.
2 changes: 1 addition & 1 deletion proto/cosmos/distribution/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service Query {

// DelegatorWithdrawAddress queries withdraw address of a delegator.
rpc DelegatorWithdrawAddress (QueryDelegatorWithdrawAddressRequest) returns (QueryDelegatorWithdrawAddressResponse) {
option (google.api.http).get = "/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw-address";
option (google.api.http).get = "/cosmos/distribution/v1beta1/delegators/{delegator_address}/withdraw_address";
}

// CommunityPool queries the community pool coins.
Expand Down
2 changes: 1 addition & 1 deletion proto/cosmos/staking/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ service Query {

// ValidatorUnbondingDelegations queries unbonding delegations of a validator.
rpc ValidatorUnbondingDelegations (QueryValidatorUnbondingDelegationsRequest) returns (QueryValidatorUnbondingDelegationsResponse) {
option (google.api.http).get = "/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding-delegations";
option (google.api.http).get = "/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations";
}

// Delegation queries delegate info for given validator delegator pair.
Expand Down
130 changes: 65 additions & 65 deletions x/distribution/types/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/distribution/types/query.pb.gw.go

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

Loading

0 comments on commit 059d8c7

Please sign in to comment.