Skip to content

Commit 8a7047c

Browse files
committed
clean up
1 parent 7aff618 commit 8a7047c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/wallet.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,6 @@ use zcash_proofs::prover::LocalTxProver;
4848
use zcash_client_backend::sync::run;
4949
/// The maximum number of checkpoints to store in each shard-tree
5050
const PRUNING_DEPTH: usize = 100;
51-
52-
fn is_sync<T: Sync>() {}
53-
fn is_send<T: Send>() {}
5451
const BATCH_SIZE: u32 = 10000;
5552

5653
/// # A Zcash wallet

0 commit comments

Comments
 (0)