Function pallet_bounties::migrations::v4::post_migration
source · pub fn post_migration<T: Config, P: GetStorageVersion, N: AsRef<str>>(
old_pallet_name: N,
new_pallet_name: N
)Expand description
Some checks for after migration. This can be linked to
[frame_support::traits::OnRuntimeUpgrade::post_upgrade] for further testing.
Panics if anything goes wrong.