mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-07-30 20:11:23 +00:00
Make zcash_primitives::JUBJUB the canonical instantiation of JubjubBls12
This commit is contained in:
@@ -15,5 +15,5 @@ mod serialize;
|
||||
pub mod transaction;
|
||||
|
||||
lazy_static! {
|
||||
static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
|
||||
pub static ref JUBJUB: JubjubBls12 = { JubjubBls12::new() };
|
||||
}
|
||||
|
Reference in New Issue
Block a user