Skip to content

Commit

Permalink
do build server
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Mar 4, 2024
1 parent 63c5d48 commit dca138a
Show file tree
Hide file tree
Showing 2 changed files with 1,231 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zcash_client_backend/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn build() -> io::Result<()> {

// Build the gRPC types and client.
tonic_build::configure()
.build_server(false)
.build_server(true)
.client_mod_attribute(
"cash.z.wallet.sdk.rpc",
r#"#[cfg(feature = "lightwalletd-tonic")]"#,
Expand Down
Loading

0 comments on commit dca138a

Please sign in to comment.