Skip to content

Commit 6435f4e

Browse files
committed
clippy
1 parent e57f6d4 commit 6435f4e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

crates/rollkit/src/rpc/txpool.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
use alloy_primitives::{hex::encode as hex_encode, Address};
1+
use alloy_primitives::hex::encode as hex_encode;
22
use alloy_rlp::Encodable;
3-
use alloy_rpc_types_txpool::TxpoolContent;
43
use async_trait::async_trait;
54
use jsonrpsee::{core::RpcResult, proc_macros::rpc};
65
use reth_transaction_pool::{TransactionPool, ValidPoolTransaction};
7-
use std::collections::BTreeMap;
86

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

0 commit comments

Comments
 (0)