mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-11-02 20:37:03 +00:00
Move Sapling verification checks into zcash_proofs crate
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
extern crate bellman;
|
||||
extern crate pairing;
|
||||
extern crate sapling_crypto;
|
||||
|
||||
pub mod sapling;
|
||||
|
||||
Reference in New Issue
Block a user