mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 07:01:03 +00:00
configuration: drop pvf_checking_enabled parameter (#7396)
* configuration: drop pvf_checking_enabled * fix warning
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user