Skip to content

Commit

Permalink
Merge pull request #195 from AndrewSB/sad-warning
Browse files Browse the repository at this point in the history
remove the only warning in the project
  • Loading branch information
howardwu authored May 16, 2020
2 parents 44e393b + 608c27d commit 61a1b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcash/src/librustzcash/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pub mod zip32;
use crate::librustzcash::sapling_crypto::jubjub::JubjubBls12;

lazy_static! {
pub static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
pub static ref JUBJUB: JubjubBls12 = JubjubBls12::new();
}

0 comments on commit 61a1b2e

Please sign in to comment.