Skip to content

Commit

Permalink
Remove unused config field
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Oct 12, 2024
1 parent 65f37d0 commit 576f2e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ pub struct Config {
pub network: Network,
pub db_path: PathBuf,
pub db_log_dir: Option<PathBuf>,
pub daemon_dir: PathBuf,
pub daemon_auth: SensitiveAuth,
pub daemon_rpc_addr: SocketAddr,
pub daemon_p2p_addr: SocketAddr,
Expand Down Expand Up @@ -350,7 +349,6 @@ impl Config {
network: config.network,
db_path: config.db_dir,
db_log_dir: config.db_log_dir,
daemon_dir: config.daemon_dir,
daemon_auth,
daemon_rpc_addr,
daemon_p2p_addr,
Expand Down

0 comments on commit 576f2e9

Please sign in to comment.