referrerpolicy=no-referrer-when-downgrade

Function pallet_session::migrations::v1::pre_migrate

source ·
pub fn pre_migrate<T: Config, P: GetStorageVersion + PalletInfoAccess>()
Expand description

Some checks prior to migration. This can be linked to frame_support::traits::OnRuntimeUpgrade::pre_upgrade for further testing.

Panics if anything goes wrong.