librustzcash: Correctly map sprout_path
This commit is contained in:
parent
5e706d5d84
commit
ba3705cb5e
|
@ -191,7 +191,7 @@ pub extern "system" fn librustzcash_init_zksnark_params(
|
|||
spend_hash,
|
||||
Path::new(&output_path),
|
||||
output_hash,
|
||||
Path::new(&sprout_path),
|
||||
sprout_path.as_ref().map(|p| Path::new(p)),
|
||||
sprout_hash,
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue