Remove already executed calls to nompools MigrateToV2 migration (#5836)

This commit is contained in:
Mara Robin B
2022-08-01 11:45:51 +02:00
committed by GitHub
parent 302c337861
commit 95b2976df1
2 changed files with 2 additions and 8 deletions
+1 -4
View File
@@ -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>;
+1 -4
View File
@@ -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>;