Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zbuc committed Dec 5, 2023
1 parent d1a15ff commit 7ab2c72
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/view/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ use penumbra_proto::{
},
},
},
util::tendermint_proxy::v1alpha1::{
tendermint_proxy_service_client::TendermintProxyServiceClient, GetBlockByHeightRequest,
},
DomainType,
};
use penumbra_sct::Nullifier;
use penumbra_transaction::Transaction;
use proto::core::app::v1alpha1::TransactionsByHeightRequest;
use sha2::Digest;
use tokio::sync::{watch, RwLock};
use tokio_stream::StreamExt;
use tonic::transport::Channel;
Expand Down

0 comments on commit 7ab2c72

Please sign in to comment.