configuration: drop pvf_checking_enabled parameter (#7396)

* configuration: drop pvf_checking_enabled

* fix warning
This commit is contained in:
Chris Sosnin
2023-07-11 15:02:47 +03:00
committed by GitHub
parent e3ee909e9e
commit a032a128e5
13 changed files with 408 additions and 82 deletions
+4 -1
View File
@@ -1326,7 +1326,10 @@ pub mod migrations {
}
/// Unreleased migrations. Add new ones here:
pub type Unreleased = (pallet_im_online::migration::v1::Migration<Runtime>,);
pub type Unreleased = (
pallet_im_online::migration::v1::Migration<Runtime>,
parachains_configuration::migration::v7::MigrateToV7<Runtime>,
);
}
/// Helpers to configure all migrations.