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.
config
1 parent 76d0698 commit 4235a19Copy full SHA for 4235a19
src/config.rs
@@ -1,5 +1,3 @@
1
-use std::time::Duration;
2
-
3
use crate::payment::SendingParameters;
4
5
use lightning::ln::msgs::SocketAddress;
@@ -9,6 +7,8 @@ use lightning::util::logger::Level as LogLevel;
9
7
use bitcoin::secp256k1::PublicKey;
10
8
use bitcoin::Network;
11
+use std::time::Duration;
+
12
// Config defaults
13
const DEFAULT_STORAGE_DIR_PATH: &str = "/tmp/ldk_node/";
14
const DEFAULT_NETWORK: Network = Network::Bitcoin;
0 commit comments