Clean up MigrateToV10 (#5921)

* Clean up MigrateToV10

* fixup
This commit is contained in:
Mara Robin B
2022-08-25 11:13:44 +02:00
committed by GitHub
parent 427e7c1ab3
commit 09e91acb86
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1446,7 +1446,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(pallet_staking::migrations::v10::MigrateToV10<Runtime>,),
(),
>;
/// The payload being signed in the transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
+1 -1
View File
@@ -1571,7 +1571,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(pallet_staking::migrations::v10::MigrateToV10<Runtime>, InitiateNominationPools),
InitiateNominationPools,
>;
/// The payload being signed in transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;
+1 -1
View File
@@ -1160,7 +1160,7 @@ pub type Executive = frame_executive::Executive<
frame_system::ChainContext<Runtime>,
Runtime,
AllPalletsWithSystem,
(pallet_staking::migrations::v10::MigrateToV10<Runtime>,),
(),
>;
/// The payload being signed in transactions.
pub type SignedPayload = generic::SignedPayload<Call, SignedExtra>;