fn write_bootstrap_zcash_conf(conf_path: &Path) -> Result<bool, Report>Expand description
Writes the bootstrap config without clobbering an operator-created file.
Returns Ok(true) when this process created conf_path, and Ok(false)
when another process created it first.