Skip to content

Commit 758f399

Browse files
committed
clippy
1 parent b3802fe commit 758f399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/evolve/src/rpc/txpool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use alloy_rlp::Encodable;
33
use async_trait::async_trait;
44
use jsonrpsee_core::RpcResult;
55
use jsonrpsee_proc_macros::rpc;
6-
use reth_transaction_pool::{TransactionPool, ValidPoolTransaction};
6+
use reth_transaction_pool::TransactionPool;
77

88
/// Rollkit txpool RPC API trait
99
#[rpc(server, namespace = "txpoolExt")]

0 commit comments

Comments
 (0)