Skip to content

Commit b710de0

Browse files
make debug log
1 parent 876a5ea commit b710de0

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 async_trait::async_trait;
33
use jsonrpsee_core::RpcResult;
44
use jsonrpsee_proc_macros::rpc;
55
use reth_transaction_pool::{PoolTransaction, TransactionPool};
6-
use jsonrpsee::tracing::info;
6+
use jsonrpsee::tracing::debug;
77

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

0 commit comments

Comments
 (0)