File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1682,8 +1682,8 @@ pub mod migrations {
16821682
16831683 /// Unreleased migrations. Add new ones here:
16841684 pub type Unreleased = (
1685- pallet_nomination_pools:: migration:: versioned_migrations :: V5toV6 < Runtime > ,
1686- pallet_nomination_pools:: migration:: versioned_migrations :: V6ToV7 < Runtime > ,
1685+ pallet_nomination_pools:: migration:: versioned :: V5toV6 < Runtime > ,
1686+ pallet_nomination_pools:: migration:: versioned :: V6ToV7 < Runtime > ,
16871687 ) ;
16881688}
16891689
Original file line number Diff line number Diff line change @@ -1703,8 +1703,8 @@ pub mod migrations {
17031703 pub type Unreleased = (
17041704 // Upgrade SessionKeys to include BEEFY key
17051705 UpgradeSessionKeys ,
1706- pallet_nomination_pools:: migration:: versioned_migrations :: V5toV6 < Runtime > ,
1707- pallet_nomination_pools:: migration:: versioned_migrations :: V6ToV7 < Runtime > ,
1706+ pallet_nomination_pools:: migration:: versioned :: V5toV6 < Runtime > ,
1707+ pallet_nomination_pools:: migration:: versioned :: V6ToV7 < Runtime > ,
17081708 ) ;
17091709}
17101710
You can’t perform that action at this time.
0 commit comments