Skip to main content

resolve_zcashd_conf_path

Function resolve_zcashd_conf_path 

Source
pub(super) fn resolve_zcashd_conf_path(
    datadir: &Path,
    extra_args: &[String],
) -> PathBuf
Expand description

Resolves the last valid -conf=<path> we can infer from extra args.

Relative config paths are anchored under the selected datadir.