mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
runtime: remove BabePalletPrefix impls for old migration (#2967)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user