You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/downloader.rs
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ use std::sync::{Arc, RwLock};
3
3
4
4
use bitcoin::secp256k1::PublicKey;
5
5
use lightning::events::{MessageSendEvent,MessageSendEventsProvider};
6
-
use lightning::ln::features::{InitFeatures,NodeFeatures};
7
6
use lightning::ln::msgs::{ChannelAnnouncement,ChannelUpdate,Init,LightningError,NodeAnnouncement,QueryChannelRange,QueryShortChannelIds,ReplyChannelRange,ReplyShortChannelIdsEnd,RoutingMessageHandler};
8
7
use lightning::routing::gossip::{NetworkGraph,NodeId,P2PGossipSync};
8
+
use lightning::types::features::{InitFeatures,NodeFeatures};
Copy file name to clipboardExpand all lines: src/tests/mod.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ use bitcoin::secp256k1::{Secp256k1, SecretKey};
11
11
use bitcoin::hashes::Hash;
12
12
use bitcoin::hashes::sha256d::HashasSha256dHash;
13
13
use hex_conservative::DisplayHex;
14
-
use lightning::ln::features::{ChannelFeatures,NodeFeatures};
15
14
use lightning::ln::msgs::{ChannelAnnouncement,ChannelUpdate,NodeAnnouncement,SocketAddress,UnsignedChannelAnnouncement,UnsignedChannelUpdate,UnsignedNodeAnnouncement};
16
15
use lightning::routing::gossip::{NetworkGraph,NodeAlias,NodeId};
16
+
use lightning::types::features::{ChannelFeatures,NodeFeatures};
0 commit comments