Skip to content

Commit

Permalink
fix clipp
Browse files Browse the repository at this point in the history
  • Loading branch information
willemolding committed Sep 4, 2024
1 parent c1cb955 commit 3cb3304
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions src/bindgen/wallet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ use futures_util::{StreamExt, TryStreamExt};
use secrecy::{SecretVec, Zeroize};
use tonic_web_wasm_client::Client;

use zcash_client_backend::data_api::scanning::ScanRange;
use zcash_client_backend::data_api::{AccountBirthday, NullifierQuery, WalletRead, WalletWrite};
use zcash_client_backend::proto::service;
use zcash_client_backend::proto::service::compact_tx_streamer_client::CompactTxStreamerClient;
use zcash_client_backend::scan;
use zcash_client_backend::scanning::{scan_block, Nullifiers, ScanningKeys};
use zcash_client_memory::MemoryWalletDb;
use zcash_primitives::consensus;
Expand Down
4 changes: 1 addition & 3 deletions src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

use wasm_bindgen::prelude::*;

use tracing_subscriber::fmt::format::Pretty;
use tracing_subscriber::prelude::*;
use tracing_web::{performance_layer, MakeWebConsoleWriter};
use tracing_web::MakeWebConsoleWriter;

fn set_panic_hook() {
// When the `console_error_panic_hook` feature is enabled, we can call the
Expand Down

0 comments on commit 3cb3304

Please sign in to comment.