mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-01-30 15:32:14 +00:00
cargo fmt
This commit is contained in:
parent
6845154d88
commit
f446b45af5
@ -84,7 +84,10 @@ pub fn load_parameters(
|
|||||||
panic!("Sapling output parameter file is not correct, please clean your `~/.zcash-params/` and re-run `fetch-params`.");
|
panic!("Sapling output parameter file is not correct, please clean your `~/.zcash-params/` and re-run `fetch-params`.");
|
||||||
}
|
}
|
||||||
|
|
||||||
if sprout_fs.map(|fs| fs.into_hash() != SPROUT_HASH).unwrap_or(false) {
|
if sprout_fs
|
||||||
|
.map(|fs| fs.into_hash() != SPROUT_HASH)
|
||||||
|
.unwrap_or(false)
|
||||||
|
{
|
||||||
panic!("Sprout groth16 parameter file is not correct, please clean your `~/.zcash-params/` and re-run `fetch-params`.");
|
panic!("Sprout groth16 parameter file is not correct, please clean your `~/.zcash-params/` and re-run `fetch-params`.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user