Skip to content

Commit

Permalink
properly gate and commit server
Browse files Browse the repository at this point in the history
  • Loading branch information
AloeareV committed Feb 16, 2024
1 parent a5c97b7 commit 1bd3be4
Show file tree
Hide file tree
Showing 2 changed files with 1,235 additions and 0 deletions.
4 changes: 4 additions & 0 deletions zcash_client_backend/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ fn build() -> io::Result<()> {
"cash.z.wallet.sdk.rpc",
r#"#[cfg(feature = "lightwalletd-tonic")]"#,
)
.server_mod_attribute(
"cash.z.wallet.sdk.rpc",
r#"#[cfg(feature = "lightwalletd-tonic")]"#,
)
.extern_path(
".cash.z.wallet.sdk.rpc.ChainMetadata",
"crate::proto::compact_formats::ChainMetadata",
Expand Down
Loading

0 comments on commit 1bd3be4

Please sign in to comment.