We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46c142b commit 00262caCopy full SHA for 00262ca
runtime/common/src/lib.rs
@@ -66,13 +66,6 @@ macro_rules! decl_common_types {
66
frame_system::ChainContext<Runtime>,
67
Runtime,
68
AllPalletsWithSystem,
69
- (
70
- SchedulerMigrationV1toV4,
71
- pallet_multisig::migrations::v1::MigrateToV1<Runtime>,
72
- pallet_preimage::migration::v1::Migration<Runtime>,
73
- pallet_democracy::migrations::v1::Migration<Runtime>,
74
- zrml_prediction_markets::migrations::AddOutsiderBond<Runtime>,
75
- ),
76
>;
77
78
pub type Header = generic::Header<BlockNumber, BlakeTwo256>;
0 commit comments