Function pallet_society::pallet::dispatchables::cleanup_challenge
source · pub fn cleanup_challenge<T: Config<I>, I: 'static>(
challenge_round: RoundIndex,
max: u32,
)
Expand description
Remove up to max
stale votes for the defender in the given challenge_round
.
May be called by any Signed origin, but only after the challenge round is ended.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::cleanup_challenge
.