Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove already executed calls to nompools MigrateToV2 migration (#5837)
Browse files Browse the repository at this point in the history
  • Loading branch information
coderobe authored Jul 28, 2022
1 parent e0f3a55 commit ab449ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions runtime/kusama/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1602,10 +1602,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
pallet_nomination_pools::migration::v2::MigrateToV2<Runtime>,
pallet_staking::migrations::v10::MigrateToV10<Runtime>,
),
(pallet_staking::migrations::v10::MigrateToV10<Runtime>,),
>;
/// The payload being signed in the transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
Expand Down
5 changes: 1 addition & 4 deletions runtime/westend/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1174,10 +1174,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(
pallet_nomination_pools::migration::v2::MigrateToV2<Runtime>,
pallet_staking::migrations::v10::MigrateToV10<Runtime>,
),
(pallet_staking::migrations::v10::MigrateToV10<Runtime>,),
>;
/// The payload being signed in transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
Expand Down

0 comments on commit ab449ab

Please sign in to comment.