pub fn check_consensus_version_mismatch(
consensus_version: ConsensusVersion,
endpoint: &str,
network: NetworkName,
) -> Result<()>Expand description
A helper function to check for a consensus version mismatch against the network.
pub fn check_consensus_version_mismatch(
consensus_version: ConsensusVersion,
endpoint: &str,
network: NetworkName,
) -> Result<()>A helper function to check for a consensus version mismatch against the network.