diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 8ba7e9cfe5a6..614a563aefe8 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1238,12 +1238,6 @@ construct_runtime! { } } -impl pallet_babe::migrations::BabePalletPrefix for Runtime { - fn pallet_prefix() -> &'static str { - "Babe" - } -} - pub struct ParachainHostConfigurationMigration; impl frame_support::traits::OnRuntimeUpgrade for ParachainHostConfigurationMigration { fn on_runtime_upgrade() -> frame_support::weights::Weight { diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 34abe9f98bc0..a9ab23a43b27 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1027,12 +1027,6 @@ construct_runtime! { } } -impl pallet_babe::migrations::BabePalletPrefix for Runtime { - fn pallet_prefix() -> &'static str { - "Babe" - } -} - /// The address format for describing accounts. pub type Address = sp_runtime::MultiAddress; /// Block header type as expected by this runtime. diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 7d85faa7fb4b..51dd975b72d6 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -959,12 +959,6 @@ construct_runtime! { } } -impl pallet_babe::migrations::BabePalletPrefix for Runtime { - fn pallet_prefix() -> &'static str { - "Babe" - } -} - pub struct ParachainHostConfigurationMigration; impl frame_support::traits::OnRuntimeUpgrade for ParachainHostConfigurationMigration { fn on_runtime_upgrade() -> frame_support::weights::Weight {