diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 05e6951b83..0452c92a37 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -1455,7 +1455,6 @@ pub type Executive = frame_executive::Executive< Runtime, AllPalletsWithSystem, ( - pallet_nomination_pools::migration::v3::MigrateToV3, pallet_staking::migrations::v11::MigrateToV11< Runtime, VoterList, diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index fed91496df..aa32eb5992 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -1537,8 +1537,6 @@ pub type Executive = frame_executive::Executive< Runtime, AllPalletsWithSystem, ( - InitiateNominationPools, - pallet_nomination_pools::migration::v3::MigrateToV3, pallet_staking::migrations::v11::MigrateToV11< Runtime, VoterList, diff --git a/polkadot/runtime/westend/src/lib.rs b/polkadot/runtime/westend/src/lib.rs index 0d739b6ed0..8f1bf6246d 100644 --- a/polkadot/runtime/westend/src/lib.rs +++ b/polkadot/runtime/westend/src/lib.rs @@ -1200,7 +1200,6 @@ pub type Executive = frame_executive::Executive< VoterList, StakingMigrationV11OldPallet, >, - pallet_nomination_pools::migration::v3::MigrateToV3, pallet_staking::migrations::v12::MigrateToV12, ), >;