mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-31 04:21:23 +00:00
librustzcash: Correctly map sprout_path
This commit is contained in:
@@ -191,7 +191,7 @@ pub extern "system" fn librustzcash_init_zksnark_params(
|
|||||||
spend_hash,
|
spend_hash,
|
||||||
Path::new(&output_path),
|
Path::new(&output_path),
|
||||||
output_hash,
|
output_hash,
|
||||||
Path::new(&sprout_path),
|
sprout_path.as_ref().map(|p| Path::new(p)),
|
||||||
sprout_hash,
|
sprout_hash,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user