Skip to content

Commit

Permalink
drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Aug 12, 2024
1 parent 497c618 commit 69ba102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/account.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use wasm_bindgen::prelude::*;
use zcash_keys::encoding::AddressCodec;
use zcash_keys::keys::{Era, UnifiedAddressRequest, UnifiedSpendingKey};
use zcash_primitives::consensus::MAIN_NETWORK;
use zcash_primitives::legacy::keys::pubkey_to_address;
use zcash_primitives::legacy::TransparentAddress;
use zcash_primitives::zip32::{AccountId, DiversifierIndex};

Expand Down

0 comments on commit 69ba102

Please sign in to comment.