File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed
lightning-liquidity/src/lsps5 Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change @@ -472,27 +472,6 @@ where
472472 }
473473}
474474
475- #[ cfg( feature = "time" ) ]
476- impl < CM : Deref > LSPS5ServiceHandler < CM , Arc < DefaultTimeProvider > >
477- where
478- CM :: Target : AChannelManager ,
479- {
480- /// Constructs a `LSPS5ServiceHandler` using [`DefaultTimeProvider`].
481- #[ allow( dead_code) ]
482- pub ( crate ) fn new (
483- event_queue : Arc < EventQueue > , pending_messages : Arc < MessageQueue > , channel_manager : CM ,
484- config : LSPS5ServiceConfig ,
485- ) -> Self {
486- Self :: new_with_time_provider (
487- event_queue,
488- pending_messages,
489- channel_manager,
490- config,
491- Arc :: new ( DefaultTimeProvider ) ,
492- )
493- }
494- }
495-
496475impl < CM : Deref , TP : Deref > LSPSProtocolMessageHandler for LSPS5ServiceHandler < CM , TP >
497476where
498477 CM :: Target : AChannelManager ,
You can’t perform that action at this time.
0 commit comments