pub fn effective_minimum_backing_votes(
    group_len: usize,
    configured_minimum_backing_votes: u32
) -> usize
Expand description

Adjust the configured needed backing votes with the size of the backing group.