mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-02-01 08:12:14 +00:00
librustzcash: Fix typo in Windows parameter init
This commit is contained in:
parent
4014f08105
commit
894421f3b5
@ -181,7 +181,7 @@ pub extern "system" fn librustzcash_init_zksnark_params(
|
|||||||
let sprout_path = if sprout_path.is_null() {
|
let sprout_path = if sprout_path.is_null() {
|
||||||
None
|
None
|
||||||
} else {
|
} else {
|
||||||
Some(OsStr::from_wide(unsafe {
|
Some(OsString::from_wide(unsafe {
|
||||||
slice::from_raw_parts(sprout_path, sprout_path_len)
|
slice::from_raw_parts(sprout_path, sprout_path_len)
|
||||||
}))
|
}))
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user