pub fn find_and_send_votes(
    hashed_txs: &[HashedTransaction<'_>],
    tx_results: &TransactionResults,
    vote_sender: Option<&ReplayVoteSender>
)