File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1241,7 +1241,7 @@ pub type Migrations = (
1241
1241
pallet_xcm:: migration:: MigrateToLatestXcmVersion < Runtime > ,
1242
1242
// XCM V3 -> V4
1243
1243
pallet_xc_asset_config:: migrations:: versioned:: V2ToV3 < Runtime > ,
1244
- // TODO: identity
1244
+ pallet_identity :: migration :: versioned :: V0ToV1 < Runtime , 250 > ,
1245
1245
) ;
1246
1246
1247
1247
type EventRecord = frame_system:: EventRecord <
Original file line number Diff line number Diff line change @@ -1630,7 +1630,7 @@ pub type Migrations = (
1630
1630
pallet_xcm:: migration:: MigrateToLatestXcmVersion < Runtime > ,
1631
1631
// XCM V3 -> V4
1632
1632
pallet_xc_asset_config:: migrations:: versioned:: V2ToV3 < Runtime > ,
1633
- // TODO: identity
1633
+ pallet_identity :: migration :: versioned :: V0ToV1 < Runtime , 250 > ,
1634
1634
) ;
1635
1635
1636
1636
use frame_support:: traits:: { GetStorageVersion , OnRuntimeUpgrade } ;
Original file line number Diff line number Diff line change @@ -1243,7 +1243,7 @@ pub type Migrations = (
1243
1243
pallet_xcm:: migration:: MigrateToLatestXcmVersion < Runtime > ,
1244
1244
// XCM V3 -> V4
1245
1245
pallet_xc_asset_config:: migrations:: versioned:: V2ToV3 < Runtime > ,
1246
- // TODO: identity
1246
+ pallet_identity :: migration :: versioned :: V0ToV1 < Runtime , 250 > ,
1247
1247
) ;
1248
1248
1249
1249
type EventRecord = frame_system:: EventRecord <
You can’t perform that action at this time.
0 commit comments