Skip to content

Commit

Permalink
fix: typo in distribution module query.proto (#14336)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpdanpittman authored Dec 16, 2022
1 parent 175de85 commit eb61146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/cosmos/distribution/v1beta1/query.proto
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ service Query {
"{validator_address}";
}

// DelegationTotalRewards queries the total rewards accrued by a each
// DelegationTotalRewards queries the total rewards accrued by each
// validator.
rpc DelegationTotalRewards(QueryDelegationTotalRewardsRequest) returns (QueryDelegationTotalRewardsResponse) {
option (google.api.http).get = "/cosmos/distribution/v1beta1/delegators/{delegator_address}/rewards";
Expand Down

0 comments on commit eb61146

Please sign in to comment.