Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed May 27, 2024
1 parent 5177682 commit 12265f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions relay/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1351,8 +1351,9 @@ impl parachains_hrmp::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type ChannelManager = EitherOf<EnsureRoot<Self::AccountId>, GeneralAdmin>;
type Currency = Balances;
// Use `HrmpChannelSizeAndCapacityWithSystemRatio` ratio of actual active `HostConfiguration`
// configuration for `hrmp_channel_max_message_size` and `hrmp_channel_max_capacity`.
// Use the `HrmpChannelSizeAndCapacityWithSystemRatio` ratio from the actual active
// `HostConfiguration` configuration for `hrmp_channel_max_message_size` and
// `hrmp_channel_max_capacity`.
type DefaultChannelSizeAndCapacityWithSystem = ActiveConfigHrmpChannelSizeAndCapacityRatio<
Runtime,
HrmpChannelSizeAndCapacityWithSystemRatio,
Expand Down
5 changes: 3 additions & 2 deletions relay/polkadot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1376,8 +1376,9 @@ impl parachains_hrmp::Config for Runtime {
type RuntimeEvent = RuntimeEvent;
type ChannelManager = EitherOf<EnsureRoot<Self::AccountId>, GeneralAdmin>;
type Currency = Balances;
// Use `HrmpChannelSizeAndCapacityWithSystemRatio` ratio of actual active `HostConfiguration`
// configuration for `hrmp_channel_max_message_size` and `hrmp_channel_max_capacity`.
// Use the `HrmpChannelSizeAndCapacityWithSystemRatio` ratio from the actual active
// `HostConfiguration` configuration for `hrmp_channel_max_message_size` and
// `hrmp_channel_max_capacity`.
type DefaultChannelSizeAndCapacityWithSystem = ActiveConfigHrmpChannelSizeAndCapacityRatio<
Runtime,
HrmpChannelSizeAndCapacityWithSystemRatio,
Expand Down

0 comments on commit 12265f8

Please sign in to comment.