fix: typo in distribution module query.proto (#14336)

This commit is contained in:
Daniel Pittman
2022-12-16 02:24:13 +00:00
committed by GitHub
parent 175de857c0
commit eb61146c5e
@@ -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";