11use crate :: types:: { DynStore , Sweeper , Wallet } ;
22
33use crate :: {
4- hex_utils, BumpTransactionEventHandler , ChannelManager , Config , Error , NetworkGraph , PeerInfo ,
4+ hex_utils, BumpTransactionEventHandler , ChannelManager , Config , Error , Graph , PeerInfo ,
55 PeerStore , UserChannelId ,
66} ;
77
@@ -323,7 +323,7 @@ where
323323 channel_manager : Arc < ChannelManager > ,
324324 connection_manager : Arc < ConnectionManager < L > > ,
325325 output_sweeper : Arc < Sweeper > ,
326- network_graph : Arc < NetworkGraph > ,
326+ network_graph : Arc < Graph > ,
327327 payment_store : Arc < PaymentStore < L > > ,
328328 peer_store : Arc < PeerStore < L > > ,
329329 runtime : Arc < RwLock < Option < tokio:: runtime:: Runtime > > > ,
@@ -339,7 +339,7 @@ where
339339 event_queue : Arc < EventQueue < L > > , wallet : Arc < Wallet > ,
340340 bump_tx_event_handler : Arc < BumpTransactionEventHandler > ,
341341 channel_manager : Arc < ChannelManager > , connection_manager : Arc < ConnectionManager < L > > ,
342- output_sweeper : Arc < Sweeper > , network_graph : Arc < NetworkGraph > ,
342+ output_sweeper : Arc < Sweeper > , network_graph : Arc < Graph > ,
343343 payment_store : Arc < PaymentStore < L > > , peer_store : Arc < PeerStore < L > > ,
344344 runtime : Arc < RwLock < Option < tokio:: runtime:: Runtime > > > , logger : L , config : Arc < Config > ,
345345 ) -> Self {
0 commit comments