From 32656c73e65a3977cde7552505b73570066c2407 Mon Sep 17 00:00:00 2001 From: 4meta5 Date: Wed, 31 Jan 2024 12:00:11 -0500 Subject: [PATCH] revert accidental doc changes --- docs/modules/ROOT/pages/pallets/xcmp-queue.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/pallets/xcmp-queue.adoc b/docs/modules/ROOT/pages/pallets/xcmp-queue.adoc index 28941d4d..90517851 100644 --- a/docs/modules/ROOT/pages/pallets/xcmp-queue.adoc +++ b/docs/modules/ROOT/pages/pallets/xcmp-queue.adoc @@ -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`). @@ -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]]