Skip to content

Commit 7b86727

Browse files
committed
Account for dropped Arc for DefaultTimeProvider
1 parent c79caab commit 7b86727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub(crate) type LiquidityManager = lightning_liquidity::LiquidityManager<
8282
Arc<ChannelManager>,
8383
Arc<ChainSource>,
8484
Arc<DynStore>,
85-
Arc<DefaultTimeProvider>,
85+
DefaultTimeProvider,
8686
>;
8787

8888
pub(crate) type ChannelManager = lightning::ln::channelmanager::ChannelManager<

0 commit comments

Comments
 (0)