Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
open-junius committed Apr 9, 2024
1 parent ea89021 commit a85075f
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions node/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,21 +260,6 @@ pub fn new_full(config: Configuration) -> Result<TaskManager, ServiceError> {
crate::rpc::create_full(deps).map_err(Into::into)
})
};


// let rpc_extensions_builder = {
// let client = client.clone();
// let pool = transaction_pool.clone();

// Box::new(move |deny_unsafe, _| {
// let deps = crate::rpc::FullDeps {
// client: client.clone(),
// pool: pool.clone(),
// deny_unsafe,
// };
// crate::rpc::create_full(deps).map_err(Into::into)
// })
// };

let _rpc_handlers = sc_service::spawn_tasks(sc_service::SpawnTasksParams {
network: network.clone(),
Expand Down

0 comments on commit a85075f

Please sign in to comment.