Skip to content

Commit e26e467

Browse files
core: sanity check about the config file
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
1 parent d44c076 commit e26e467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ldk-server/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ use hyper_util::rt::TokioIo;
1515

1616
use crate::util::config::load_config;
1717
use ldk_node::config::Config;
18+
use std::fs;
1819
use std::path::Path;
1920
use std::sync::Arc;
2021

0 commit comments

Comments
 (0)