We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876a5ea commit b710de0Copy full SHA for b710de0
crates/evolve/src/rpc/txpool.rs
@@ -3,7 +3,7 @@ use async_trait::async_trait;
3
use jsonrpsee_core::RpcResult;
4
use jsonrpsee_proc_macros::rpc;
5
use reth_transaction_pool::{PoolTransaction, TransactionPool};
6
-use jsonrpsee::tracing::info;
+use jsonrpsee::tracing::debug;
7
8
/// Rollkit txpool RPC API trait
9
#[rpc(server, namespace = "txpoolExt")]
0 commit comments