Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove wrong validatorLimit local variable (#192)
The len(snap.Validators) is not an invariant, it can be changed in the loop when a new list of validators is loaded. This commit removes that variable and uses len(snap.Validators)/2 + 1 instead.
- Loading branch information