This repository was archived by the owner on Nov 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +0
-18
lines changed
Expand file tree Collapse file tree 3 files changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -1465,12 +1465,6 @@ pub type Executive = frame_executive::Executive<
14651465 Runtime ,
14661466 AllPalletsWithSystem ,
14671467 (
1468- pallet_staking:: migrations:: v11:: MigrateToV11 <
1469- Runtime ,
1470- VoterList ,
1471- StakingMigrationV11OldPallet ,
1472- > ,
1473- pallet_staking:: migrations:: v12:: MigrateToV12 < Runtime > ,
14741468 // "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
14751469 pallet_preimage:: migration:: v1:: Migration < Runtime > ,
14761470 pallet_scheduler:: migration:: v3:: MigrateToV4 < Runtime > ,
Original file line number Diff line number Diff line change @@ -1558,12 +1558,6 @@ pub type Executive = frame_executive::Executive<
15581558 Runtime ,
15591559 AllPalletsWithSystem ,
15601560 (
1561- pallet_staking:: migrations:: v11:: MigrateToV11 <
1562- Runtime ,
1563- VoterList ,
1564- StakingMigrationV11OldPallet ,
1565- > ,
1566- pallet_staking:: migrations:: v12:: MigrateToV12 < Runtime > ,
15671561 // "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
15681562 pallet_preimage:: migration:: v1:: Migration < Runtime > ,
15691563 pallet_scheduler:: migration:: v3:: MigrateToV4 < Runtime > ,
Original file line number Diff line number Diff line change @@ -1210,12 +1210,6 @@ pub type Executive = frame_executive::Executive<
12101210 Runtime ,
12111211 AllPalletsWithSystem ,
12121212 (
1213- pallet_staking:: migrations:: v11:: MigrateToV11 <
1214- Runtime ,
1215- VoterList ,
1216- StakingMigrationV11OldPallet ,
1217- > ,
1218- pallet_staking:: migrations:: v12:: MigrateToV12 < Runtime > ,
12191213 // "Bound uses of call" <https://github.com/paritytech/polkadot/pull/5729>
12201214 pallet_preimage:: migration:: v1:: Migration < Runtime > ,
12211215 pallet_scheduler:: migration:: v3:: MigrateToV4 < Runtime > ,
You can’t perform that action at this time.
0 commit comments