diff --git a/src/bindgen/wallet.rs b/src/bindgen/wallet.rs
index 04f72e8..542f48c 100644
--- a/src/bindgen/wallet.rs
+++ b/src/bindgen/wallet.rs
@@ -8,7 +8,7 @@ use tonic_web_wasm_client::Client;
 use zcash_address::ZcashAddress;
 use zcash_client_memory::MemoryWalletDb;
 use zcash_keys::keys::UnifiedFullViewingKey;
-use zcash_primitives::consensus::{self, BlockHeight, NetworkConstants, MAIN_NETWORK};
+use zcash_primitives::consensus::{self, BlockHeight};
 
 use crate::error::Error;
 use crate::{BlockRange, MemoryWallet, Wallet, PRUNING_DEPTH};