11use crate :: types:: { DynStore , Sweeper , Wallet } ;
22use crate :: {
3- hex_utils, BumpTransactionEventHandler , ChannelManager , Config , Error , NetworkGraph , PeerInfo ,
3+ hex_utils, BumpTransactionEventHandler , ChannelManager , Config , Error , Graph , PeerInfo ,
44 PeerStore , UserChannelId ,
55} ;
66
@@ -319,7 +319,7 @@ where
319319 bump_tx_event_handler : Arc < BumpTransactionEventHandler > ,
320320 channel_manager : Arc < ChannelManager > ,
321321 output_sweeper : Arc < Sweeper > ,
322- network_graph : Arc < NetworkGraph > ,
322+ network_graph : Arc < Graph > ,
323323 payment_store : Arc < PaymentStore < L > > ,
324324 peer_store : Arc < PeerStore < L > > ,
325325 runtime : Arc < RwLock < Option < tokio:: runtime:: Runtime > > > ,
@@ -335,7 +335,7 @@ where
335335 event_queue : Arc < EventQueue < L > > , wallet : Arc < Wallet > ,
336336 bump_tx_event_handler : Arc < BumpTransactionEventHandler > ,
337337 channel_manager : Arc < ChannelManager > , output_sweeper : Arc < Sweeper > ,
338- network_graph : Arc < NetworkGraph > , payment_store : Arc < PaymentStore < L > > ,
338+ network_graph : Arc < Graph > , payment_store : Arc < PaymentStore < L > > ,
339339 peer_store : Arc < PeerStore < L > > , runtime : Arc < RwLock < Option < tokio:: runtime:: Runtime > > > ,
340340 logger : L , config : Arc < Config > ,
341341 ) -> Self {
0 commit comments