pub fn remove_upgrade_cooldown<T: Config>(para: Id)
Expand description
Remove an upgrade cooldown for a parachain.
The cost for removing the cooldown earlier depends on the time left for the cooldown
multiplied by Config::CooldownRemovalMultiplier
. The paid tokens are burned.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::remove_upgrade_cooldown
.