fn calculate_num_tx_per_round(
    node_index: u64,
    total_num_nodes: usize,
    transactions_per_round: usize
) -> usize
Expand description

Helper function to calculate the number of transactions to send per node per round