Skip to content

Commit 22845f0

Browse files
committed
clippy
1 parent 2e10257 commit 22845f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindgen/wallet.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use tonic_web_wasm_client::Client;
88
use zcash_address::ZcashAddress;
99
use zcash_client_memory::MemoryWalletDb;
1010
use zcash_keys::keys::UnifiedFullViewingKey;
11-
use zcash_primitives::consensus::{self, BlockHeight, NetworkConstants, MAIN_NETWORK};
11+
use zcash_primitives::consensus::{self, BlockHeight};
1212

1313
use crate::error::Error;
1414
use crate::{BlockRange, MemoryWallet, Wallet, PRUNING_DEPTH};

0 commit comments

Comments
 (0)