We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Arc
DefaultTimeProvider
1 parent c79caab commit 7b86727Copy full SHA for 7b86727
src/types.rs
@@ -82,7 +82,7 @@ pub(crate) type LiquidityManager = lightning_liquidity::LiquidityManager<
82
Arc<ChannelManager>,
83
Arc<ChainSource>,
84
Arc<DynStore>,
85
- Arc<DefaultTimeProvider>,
+ DefaultTimeProvider,
86
>;
87
88
pub(crate) type ChannelManager = lightning::ln::channelmanager::ChannelManager<
0 commit comments