removed unused PARACHAINS_FINALITY_PALLET_NAME constant (#2670)

This commit is contained in:
Svyatoslav Nikolsky
2023-11-02 13:15:30 +03:00
committed by Bastian Köcher
parent 564cb492f9
commit 11052e3942
7 changed files with 0 additions and 13 deletions
@@ -66,12 +66,6 @@ pub trait Chain: ChainBase + Clone {
pub trait RelayChain: Chain {
/// Name of the `runtime_parachains::paras` pallet in the runtime of this chain.
const PARAS_PALLET_NAME: &'static str;
/// Name of the bridge parachains pallet (used in `construct_runtime` macro call) that is
/// deployed at the **bridged** chain.
///
/// We assume that all chains that are bridging with this `RelayChain` are using
/// the same name.
const PARACHAINS_FINALITY_PALLET_NAME: &'static str;
}
/// Substrate-based chain that is using direct GRANDPA finality from minimal relay-client point of