pub(crate) fn make_consensus_request(
now: SystemTime,
flavor: ConsensusFlavor,
store: &dyn Store,
config: &DirMgrConfig,
) -> Result<ClientRequest>
Expand description
Construct an appropriate ClientRequest to download a consensus of the given flavor.