pub fn minimum_backing_votes(n_validators: usize) -> usize
Number of backing votes we need for a valid backing.
WARNING: This check has to be kept in sync with the node side check in the backing subsystem.