@@ -326,7 +326,7 @@ impl frame_system::Config for Runtime {
326
326
type OnSetCode = cumulus_pallet_parachain_system:: ParachainSetCode < Self > ;
327
327
type MaxConsumers = frame_support:: traits:: ConstU32 < 16 > ;
328
328
type SingleBlockMigrations = ( ) ;
329
- type MultiBlockMigrator = Migrations ;
329
+ type MultiBlockMigrator = MultiBlockMigrations ;
330
330
type PreInherents = ( ) ;
331
331
type PostInherents = ( ) ;
332
332
type PostTransactions = ( ) ;
@@ -1598,8 +1598,7 @@ construct_runtime!(
1598
1598
CommunityTreasury : pallet_treasury:: <Instance2 > = 108 ,
1599
1599
CollectiveProxy : pallet_collective_proxy = 109 ,
1600
1600
1601
- // Multi-block migrator
1602
- Migrations : pallet_migrations = 120 ,
1601
+ MultiBlockMigrations : pallet_migrations = 120 ,
1603
1602
}
1604
1603
) ;
1605
1604
@@ -1770,6 +1769,7 @@ mod benches {
1770
1769
[ pallet_timestamp, Timestamp ]
1771
1770
[ pallet_dapp_staking_v3, DappStaking ]
1772
1771
[ pallet_inflation, Inflation ]
1772
+ [ pallet_migrations, MultiBlockMigrations ]
1773
1773
[ pallet_xc_asset_config, XcAssetConfig ]
1774
1774
[ pallet_collator_selection, CollatorSelection ]
1775
1775
[ pallet_xcm, PalletXcmExtrinsicsBenchmark :: <Runtime >]
0 commit comments