pub(super) fn resolve_zcashd_conf_path(
datadir: &Path,
extra_args: &[String],
) -> PathBufExpand description
Resolves the last valid -conf=<path> we can infer from extra args.
Relative config paths are anchored under the selected datadir.