pub(super) async fn check_parameter_file(
path: &Path,
info: &ParameterData,
) -> Result<()>Expand description
Ensures the parameter file is downloaded and has the correct checksum.
This behavior can be disabled by setting the FOREST_FORCE_TRUST_PARAMS_ENV environment variable to 1.