Skip to content

Commit 4235a19

Browse files
committed
Reorder config imports
1 parent 76d0698 commit 4235a19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
use std::time::Duration;
2-
31
use crate::payment::SendingParameters;
42

53
use lightning::ln::msgs::SocketAddress;
@@ -9,6 +7,8 @@ use lightning::util::logger::Level as LogLevel;
97
use bitcoin::secp256k1::PublicKey;
108
use bitcoin::Network;
119

10+
use std::time::Duration;
11+
1212
// Config defaults
1313
const DEFAULT_STORAGE_DIR_PATH: &str = "/tmp/ldk_node/";
1414
const DEFAULT_NETWORK: Network = Network::Bitcoin;

0 commit comments

Comments
 (0)