File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
parachains/runtimes/assets Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -653,19 +653,14 @@ pub type UncheckedExtrinsic =
653653/// Extrinsic type that has already been checked.
654654pub type CheckedExtrinsic = generic:: CheckedExtrinsic < AccountId , RuntimeCall , SignedExtra > ;
655655
656- pub type Migrations = (
657- pallet_balances:: migration:: MigrateToTrackInactive < Runtime , xcm_config:: CheckingAccount > ,
658- pallet_assets:: migration:: v1:: MigrateToV1 < Runtime > ,
659- ) ;
660-
661656/// Executive: handles dispatch to the various modules.
662657pub type Executive = frame_executive:: Executive <
663658 Runtime ,
664659 Block ,
665660 frame_system:: ChainContext < Runtime > ,
666661 Runtime ,
667662 AllPalletsWithSystem ,
668- Migrations ,
663+ pallet_balances :: migration :: MigrateToTrackInactive < Runtime , xcm_config :: CheckingAccount > ,
669664> ;
670665
671666#[ cfg( feature = "runtime-benchmarks" ) ]
Original file line number Diff line number Diff line change @@ -651,19 +651,14 @@ pub type UncheckedExtrinsic =
651651/// Extrinsic type that has already been checked.
652652pub type CheckedExtrinsic = generic:: CheckedExtrinsic < AccountId , RuntimeCall , SignedExtra > ;
653653
654- pub type Migrations = (
655- pallet_balances:: migration:: MigrateToTrackInactive < Runtime , xcm_config:: CheckingAccount > ,
656- pallet_assets:: migration:: v1:: MigrateToV1 < Runtime > ,
657- ) ;
658-
659654/// Executive: handles dispatch to the various modules.
660655pub type Executive = frame_executive:: Executive <
661656 Runtime ,
662657 Block ,
663658 frame_system:: ChainContext < Runtime > ,
664659 Runtime ,
665660 AllPalletsWithSystem ,
666- Migrations ,
661+ pallet_balances :: migration :: MigrateToTrackInactive < Runtime , xcm_config :: CheckingAccount > ,
667662> ;
668663
669664#[ cfg( feature = "runtime-benchmarks" ) ]
Original file line number Diff line number Diff line change @@ -611,19 +611,14 @@ pub type UncheckedExtrinsic =
611611/// Extrinsic type that has already been checked.
612612pub type CheckedExtrinsic = generic:: CheckedExtrinsic < AccountId , RuntimeCall , SignedExtra > ;
613613
614- pub type Migrations = (
615- pallet_balances:: migration:: MigrateToTrackInactive < Runtime , xcm_config:: CheckingAccount > ,
616- pallet_assets:: migration:: v1:: MigrateToV1 < Runtime > ,
617- ) ;
618-
619614/// Executive: handles dispatch to the various modules.
620615pub type Executive = frame_executive:: Executive <
621616 Runtime ,
622617 Block ,
623618 frame_system:: ChainContext < Runtime > ,
624619 Runtime ,
625620 AllPalletsWithSystem ,
626- Migrations ,
621+ pallet_balances :: migration :: MigrateToTrackInactive < Runtime , xcm_config :: CheckingAccount > ,
627622> ;
628623
629624#[ cfg( feature = "runtime-benchmarks" ) ]
You can’t perform that action at this time.
0 commit comments