wrong if-case (#4798)

* fixup

* fmt

* fix tests
This commit is contained in:
Bernhard Schuster
2022-01-28 17:32:19 +01:00
committed by GitHub
parent 23ee153e74
commit 1e0984bca6
3 changed files with 19 additions and 37 deletions
@@ -522,7 +522,6 @@ impl<T: Config> Pallet<T> {
backed_candidates,
scheduled,
<scheduler::Pallet<T>>::group_validators,
full_check,
)?;
METRICS.on_disputes_included(checked_disputes.len() as u64);