pub fn extract_voters(
    authority_list: &mut Vec<Node>,
    address_bitmap: &Bytes
) -> ConsensusResult<Vec<Address>>
Expand description

Give the validators list and bitmap, returns the activated validators, the authority list MUST be sorted