Skip to content

Commit dfa0e96

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ldk-server/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)