Skip to content

Commit

Permalink
do not build server
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Mar 4, 2024
1 parent 57cc53a commit 63c5d48
Showing 1 changed file with 1 addition 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(true)
.build_server(false)
.client_mod_attribute(
"cash.z.wallet.sdk.rpc",
r#"#[cfg(feature = "lightwalletd-tonic")]"#,
Expand Down

0 comments on commit 63c5d48

Please sign in to comment.