File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -382,12 +382,6 @@ fn build_with_store_internal<K: KVStore + Sync + Send + 'static>(
382
382
gossip_source_config : Option < & GossipSourceConfig > , kv_store : Arc < K > ,
383
383
runtime : Arc < RwLock < Option < tokio:: runtime:: Runtime > > > ,
384
384
) -> Result < Node < K > , BuildError > {
385
- let ldk_data_dir = format ! ( "{}/ldk" , config. storage_dir_path) ;
386
- fs:: create_dir_all ( ldk_data_dir. clone ( ) ) . map_err ( |_| BuildError :: StoragePathAccessFailed ) ?;
387
-
388
- let bdk_data_dir = format ! ( "{}/bdk" , config. storage_dir_path) ;
389
- fs:: create_dir_all ( bdk_data_dir. clone ( ) ) . map_err ( |_| BuildError :: StoragePathAccessFailed ) ?;
390
-
391
385
let log_dir = match & config. log_dir_path {
392
386
Some ( log_dir) => String :: from ( log_dir) ,
393
387
None => config. storage_dir_path . clone ( ) + "/logs" ,
You can’t perform that action at this time.
0 commit comments