You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add `QueryAllPairsValConAddrByConsumerChainID` method to get list of all pairs `valConsensus` address by `Consummer chainID`. ([\#1503](https://github.com/cosmos/interchain-security/pull/1503))
791
+
- Add `QueryAllPairsValConAddrByConsumerChainID` method to get list of all pairs `valConsensus` address by `Consumer chainID`. ([\#1503](https://github.com/cosmos/interchain-security/pull/1503))
Copy file name to clipboardexpand all lines: docs/docs/build/modules/03-consumer.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -354,7 +354,7 @@ The consumer module contains the following parameters.
354
354
355
355
`DistributionTransmissionChannel` is the provider chain IBC channel used for receiving consumer chain reward distribution token transfers. This is automatically set during the consumer-provider handshake procedure.
356
356
357
-
Providing an IBC transfer channel enables a consumer chain to re-use one of the existing channels to the provider for consumer chain rewards distribution.
357
+
Providing an IBC transfer channel enables a consumer chain to reuse one of the existing channels to the provider for consumer chain rewards distribution.
358
358
This will preserve the `ibc denom` that may already be in use.
359
359
This is especially important for standalone chains transitioning to become consumer chains.
360
360
For more details, see the [changeover procedure](../../consumer-development/changeover-procedure.md).
Copy file name to clipboardexpand all lines: docs/docs/features/reward-distribution.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Consumer chains have the option of sharing _a portion of_ their block rewards (i
11
11
These rewards are periodically sent from the consumer to the provider according to [consumer chain parameters](../build/modules/03-consumer.md#parameters) using an IBC transfer channel.
12
12
This channel is created during consumer chain initialization, unless it is provided when creating a new consumer chain (see the [DistributionTransmissionChannel param](../build/modules/03-consumer.md#distributiontransmissionchannel)).
13
13
14
-
Providing an IBC transfer channel enables a consumer chain to re-use one of the existing channels to the provider for consumer chain rewards distribution.
14
+
Providing an IBC transfer channel enables a consumer chain to reuse one of the existing channels to the provider for consumer chain rewards distribution.
15
15
This will preserve the `ibc denom` that may already be in use.
16
16
This is especially important for standalone chains transitioning to become consumer chains.
17
17
For more details, see the [changeover procedure](../consumer-development/changeover-procedure.md).
0 commit comments