Skip to content

Commit

Permalink
Expand docs on ParasPalletName (paritytech#1571)
Browse files Browse the repository at this point in the history
* expand docs on ParasPalletName

* fmt
  • Loading branch information
svyatonik authored and serban300 committed Apr 10, 2024
1 parent 6c65eed commit 70d89c1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bridges/modules/parachains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,11 @@ pub mod pallet {
/// we're interested in.
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]
type ParasPalletName: Get<&'static str>;

Expand Down

0 comments on commit 70d89c1

Please sign in to comment.