Skip to content

Commit

Permalink
Update docs/docs/features/reward-distribution.md
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Offtermatt <[email protected]>
  • Loading branch information
mpoke and p-offtermatt authored Dec 8, 2023
1 parent 7c9d600 commit 66be2ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/features/reward-distribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Reward distribution on the provider is handled by the distribution module.

The ICS distribution system works by allowing consumer chains to send rewards to a module address on the provider called the `ConsumerRewardsPool`.
To avoid spam, the provider must whitelist denoms before accepting them as ICS rewards.
Only whitelisted denoms are transferred from the `ConsumerRewardsPool` to the `FeePoolAddress`, to be distributed out to delegators and validators.
Only whitelisted denoms are transferred from the `ConsumerRewardsPool` to the `FeePoolAddress`, to be distributed to delegators and validators.
The whitelisted denoms can be adjusted through governance by sending a [`ChangeRewardDenomProposal`](./proposals.md#changerewarddenomproposal).

To query the list of whitelisted reward denoms on the Cosmos Hub, use the following command:
Expand Down

0 comments on commit 66be2ca

Please sign in to comment.