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 @@ -1680,8 +1680,8 @@ pub mod migrations {
16801680
16811681 /// Unreleased migrations. Add new ones here:
16821682 pub type Unreleased = (
1683- pallet_nomination_pools:: migration:: versioned_migrations :: V5toV6 < Runtime > ,
1684- pallet_nomination_pools:: migration:: versioned_migrations :: V6ToV7 < Runtime > ,
1683+ pallet_nomination_pools:: migration:: versioned :: V5toV6 < Runtime > ,
1684+ pallet_nomination_pools:: migration:: versioned :: V6ToV7 < Runtime > ,
16851685 ) ;
16861686}
16871687
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