solana_runtime::bank_utils

Function find_and_send_votes

Source
pub fn find_and_send_votes(
    sanitized_txs: &[SanitizedTransaction],
    commit_results: &[TransactionCommitResult],
    vote_sender: Option<&ReplayVoteSender>,
)