Expand docs on ParasPalletName (#1571)

* expand docs on ParasPalletName

* fmt
This commit is contained in:
Svyatoslav Nikolsky
2022-09-09 14:33:38 +03:00
committed by Bastian Köcher
parent 653ff6ef0d
commit 58fe2749d2
+5 -1
View File
@@ -132,7 +132,11 @@ pub mod pallet {
/// we're interested in. /// we're interested in.
type BridgesGrandpaPalletInstance: 'static; type BridgesGrandpaPalletInstance: 'static;
/// Name of the `paras` pallet in the `construct_runtime!()` call at the bridged chain. /// Name of the original `paras` pallet in the `construct_runtime!()` call at the bridged
/// chain.
///
/// Please keep in mind that this should be the name of the `runtime_parachains::paras`
/// pallet from polkadot repository, not the `pallet-bridge-parachains`.
#[pallet::constant] #[pallet::constant]
type ParasPalletName: Get<&'static str>; type ParasPalletName: Get<&'static str>;