File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -252,8 +252,6 @@ mod tests {
252252 use crate :: test_utils:: { Blockchain , MockChainListener } ;
253253 use super :: * ;
254254
255- use bitcoin:: network:: constants:: Network ;
256-
257255 #[ tokio:: test]
258256 async fn sync_from_same_chain ( ) {
259257 let chain = Blockchain :: default ( ) . with_height ( 4 ) ;
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ use bitcoin::address::WitnessVersion;
88use bitcoin:: { PubkeyHash , ScriptHash } ;
99use bitcoin:: hashes:: hex:: FromHex ;
1010use bitcoin:: hashes:: { sha256, Hash } ;
11- use lightning:: ln:: PaymentSecret ;
12- use lightning:: routing:: gossip:: RoutingFees ;
13- use lightning:: routing:: router:: { RouteHint , RouteHintHop } ;
1411use lightning_invoice:: * ;
1512use secp256k1:: PublicKey ;
1613use secp256k1:: ecdsa:: { RecoverableSignature , RecoveryId } ;
Original file line number Diff line number Diff line change @@ -556,7 +556,6 @@ mod tests {
556556 use lightning:: ln:: features:: * ;
557557 use lightning:: ln:: msgs:: * ;
558558 use lightning:: ln:: peer_handler:: { MessageHandler , PeerManager } ;
559- use lightning:: ln:: features:: NodeFeatures ;
560559 use lightning:: routing:: gossip:: NodeId ;
561560 use lightning:: events:: * ;
562561 use lightning:: util:: test_utils:: TestNodeSigner ;
Original file line number Diff line number Diff line change @@ -379,7 +379,6 @@ mod tests {
379379 use lightning:: ln:: functional_test_utils:: * ;
380380 use lightning:: util:: test_utils;
381381 use lightning:: util:: persist:: read_channel_monitors;
382- use std:: fs;
383382 use std:: str:: FromStr ;
384383
385384 impl Drop for FilesystemStore {
You can’t perform that action at this time.
0 commit comments