We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed2b004 commit 61d63a3Copy full SHA for 61d63a3
src/lib.rs
@@ -701,7 +701,7 @@ impl Node {
701
return Err(Error::AlreadyRunning);
702
}
703
704
- log_info!(self.logger, "Starting up LDK Node...");
+ log_info!(self.logger, "Starting up LDK Node on network: {}", self.config.network);
705
706
let runtime = tokio::runtime::Builder::new_multi_thread().enable_all().build().unwrap();
707
0 commit comments