Skip to content

Commit

Permalink
fixes clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Dec 3, 2024
1 parent 1fd4f4e commit 4d16805
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions zebra-node-services/src/mempool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@ use std::collections::HashSet;

use tokio::sync::oneshot;
use zebra_chain::{
transaction::{self, UnminedTx, UnminedTxId},
transaction::{self, UnminedTx, UnminedTxId, VerifiedUnminedTx},
transparent,
};

#[cfg(feature = "getblocktemplate-rpcs")]
use zebra_chain::transaction::VerifiedUnminedTx;

use crate::BoxError;

mod gossip;
Expand Down

0 comments on commit 4d16805

Please sign in to comment.