Embed sapling params

This commit is contained in:
Aditya Kulkarni
2019-09-30 12:13:43 -07:00
parent 68731b0f9f
commit 48bf5f3f63
6 changed files with 17 additions and 45 deletions

View File

@@ -1,3 +1,6 @@
#[macro_use]
extern crate rust_embed;
mod lightclient;
mod lightwallet;
mod address;
@@ -24,6 +27,10 @@ pub mod grpc_client {
include!(concat!(env!("OUT_DIR"), "/cash.z.wallet.sdk.rpc.rs"));
}
#[derive(RustEmbed)]
#[folder = "zcash-params/"]
pub struct SaplingParams;
pub fn main() {
// Get command line arguments
let matches = App::new("ZecLite CLI")