fix: refactor 1

This commit is contained in:
Oleksandr Pravdyvyi
2025-04-16 16:17:53 +03:00
parent 46361868ed
commit 8e4956891c
67 changed files with 151 additions and 168 deletions
+1 -1
View File
@@ -2,12 +2,12 @@ use std::{path::PathBuf, sync::Arc};
use anyhow::Result;
use clap::Parser;
use common::rpc_primitives::RpcConfig;
use consensus::ConsensusManager;
use log::info;
use networking::peer_manager::PeerManager;
use node_core::NodeCore;
use node_rpc::new_http_server;
use rpc_primitives::RpcConfig;
use tokio::sync::Mutex;
pub mod config;