Skip to content

Commit

Permalink
revert accidental doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 committed Jan 31, 2024
1 parent 7400773 commit 32656c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/modules/ROOT/pages/pallets/xcmp-queue.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

= cumulus_pallet_xcmp_queue

Branch/Release: `release-polkadot-v1.6.0`
Branch/Release: `release-polkadot-v1.5.0`

== Purpose

Responsible for the Queues (both incoming and outgoing) for XCMP messages. This pallet does not actually receive or send messages. Its responsibility is to place the incoming and outgoing XCMP messages in their respective queues and manage these queues.

== Config link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.6.0/cumulus/pallets/xcmp-queue/src/lib.rs#L112[{github-icon},role=heading-link]
== Config link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.5.0/cumulus/pallets/xcmp-queue/src/lib.rs#L112[{github-icon},role=heading-link]

* Pallet-specific configs
** `ChannelInfo` -- Configures two functions `get_channel_status` and `get_channel_info` to provide information about channels (`ChannelStatus` and `ChannelInfo`).
Expand All @@ -24,7 +24,7 @@ Responsible for the Queues (both incoming and outgoing) for XCMP messages. This
** `RuntimeEvent` -- The overarching event type.
** `WeightInfo` -- The xref:glossary.adoc#weight[weight] information of this pallet.

== Dispatchables link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.6.0/cumulus/pallets/xcmp-queue/src/lib.rs#L150[{github-icon},role=heading-link]
== Dispatchables link:https://github.com/paritytech/polkadot-sdk/blob/release-polkadot-v1.5.0/cumulus/pallets/xcmp-queue/src/lib.rs#L150[{github-icon},role=heading-link]

[.contract-item]
[[suspend_xcm_execution]]
Expand Down

0 comments on commit 32656c7

Please sign in to comment.