Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Oct 1, 2024
1 parent e1d7429 commit 6a1dee7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/bindgen/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use zcash_client_backend::proto::service::{
};
use zcash_client_memory::MemoryWalletDb;
use zcash_keys::keys::UnifiedFullViewingKey;
use zcash_primitives::consensus::{self, BlockHeight};
use zcash_primitives::consensus;
use zcash_primitives::transaction::TxId;

pub type MemoryWallet<T> = Wallet<MemoryWalletDb<consensus::Network>, T>;
Expand Down
3 changes: 1 addition & 2 deletions src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ use zcash_client_backend::data_api::wallet::{
};
use zcash_client_backend::data_api::WalletCommitmentTrees;
use zcash_client_backend::data_api::{
Account, AccountBirthday, AccountPurpose, InputSource, NullifierQuery, WalletRead,
WalletSummary, WalletWrite,
Account, AccountBirthday, AccountPurpose, InputSource, WalletRead, WalletSummary, WalletWrite,
};
use zcash_client_backend::fees::zip317::SingleOutputChangeStrategy;
use zcash_client_backend::proposal::Proposal;
Expand Down

0 comments on commit 6a1dee7

Please sign in to comment.