fn generate_consensus_config(
validators: &[SocketAddr],
seed: Option<u64>,
) -> Option<ConsensusConfig>Expand description
Generates the consensus configs of the validators.
fn generate_consensus_config(
validators: &[SocketAddr],
seed: Option<u64>,
) -> Option<ConsensusConfig>Generates the consensus configs of the validators.