Skip to content

Commit

Permalink
Revert useless change
Browse files Browse the repository at this point in the history
  • Loading branch information
boundless-forest committed Oct 9, 2024
1 parent 66025c1 commit 6fb1b32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions node/src/service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ where
prometheus_registry,
);
let rpc_extensions_builder = {
let client_for_cidp = client.clone();
let client = client.clone();
let pool = transaction_pool.clone();
let network = network.clone();
let filter_pool = filter_pool;
Expand Down Expand Up @@ -946,7 +946,7 @@ where

Box::new(move |deny_unsafe, subscription_task_executor| {
let deps = crate::rpc::FullDeps {
client: client_for_cidp.clone(),
client: client.clone(),
pool: pool.clone(),
graph: pool.pool().clone(),
deny_unsafe,
Expand Down

0 comments on commit 6fb1b32

Please sign in to comment.