pub fn drop_renewal<T: Config>(core: CoreIndex, when: Timeslice)
Expand description

Drop an expired Allowed Renewal record from the chain.

  • origin: Must be a Signed origin of the account which owns the Region region_id.
  • core: The core to which the expired renewal refers.
  • when: The timeslice to which the expired renewal refers. This must have passed.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::drop_renewal.