mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-11-03 13:37:02 +00:00
Embed sapling params
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user