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

This commit is contained in:
Daniel Pittman 2022-12-15 21:24:13 -05:00 committed by GitHub
parent 175de857c0
commit eb61146c5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";