fix path of params

This commit is contained in:
Dennis Netterdon
2020-09-29 11:51:49 +02:00
parent 67a5317d3f
commit 7637fba279
3 changed files with 10 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ pub mod grpcconnector;
pub mod lightwallet;
pub mod commands;
#[cfg(feature = "embed_params")]
#[derive(RustEmbed)]
#[folder = "zcash-params/"]
pub struct SaplingParams;