Skip to content

Commit

Permalink
remove wet and krufty use statements
Browse files Browse the repository at this point in the history
  • Loading branch information
zancas committed Apr 20, 2024
1 parent a8e42eb commit 909c6db
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions zingolib/src/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
//! TODO: Add Mod Description Here
use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
use zcash_primitives::memo::Memo;

use json::JsonValue;
use log::{info, warn};
use orchard::keys::SpendingKey as OrchardSpendingKey;
use orchard::note_encryption::OrchardDomain;
use orchard::tree::MerkleHashOrchard;
use rand::rngs::OsRng;
use rand::Rng;
use sapling_crypto::note_encryption::SaplingDomain;

use sapling_crypto::zip32::DiversifiableFullViewingKey;

Expand All @@ -25,19 +23,10 @@ use tokio::sync::RwLock;
use zcash_primitives::zip339::Mnemonic;

use zcash_client_backend::proto::service::TreeState;
use zcash_encoding::{Optional, Vector};
use zcash_note_encryption::Domain;

use zcash_primitives::{consensus::BlockHeight, memo::Memo};

use zingo_status::confirmation_status::ConfirmationStatus;
use zcash_encoding::Optional;
use zingoconfig::ZingoConfig;

use crate::wallet::notes::ShieldedNoteInterface;

use crate::wallet::traits::ReadableWriteable;

use self::data::{WitnessTrees, COMMITMENT_TREE_LEVELS};
use self::data::WitnessTrees;
use self::keys::unified::Fvk as _;
use self::keys::unified::WalletCapability;

Expand Down

0 comments on commit 909c6db

Please sign in to comment.