pub fn one_fewer_deciding<T: Config<I>, I: 'static>(track: TrackIdOf<T, I>)
Expand description

Advance a track onto its next logical state. Only used internally.

  • origin: must be Root.
  • track: the track to be advanced.

Action item for when there is now one fewer referendum in the deciding phase and the DecidingCount is not yet updated. This means that we should either:

  • begin deciding another referendum (and leave DecidingCount alone); or
  • decrement DecidingCount.

Warning: Doc-Only

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