pub fn local_config_gen_params(
peers: &[PeerId],
base_port: u16,
enable_mint_fees: bool,
) -> Result<HashMap<PeerId, ConfigGenParams>>Expand description
Creates the config gen params for each peer
Uses peers * 2 ports offset from base_port