Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix logic bug in wasValidatorDownForIntervals (#5917)
if you want to use .some, then return value should have been negated. but using .every is way more intuitive. ### Description Fixes simple logic bug. ### Other changes ### Tested ### Related issues ### Backwards compatibility
- Loading branch information