Skip to content

Commit 51d7551

Browse files
committed
Account for dropped Arc for DefaultTimeProvider
1 parent 53d4f0a commit 51d7551

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
@@ -76,7 +76,7 @@ pub(crate) type LiquidityManager = lightning_liquidity::LiquidityManager<
7676
Arc<ChannelManager>,
7777
Arc<ChainSource>,
7878
Arc<DynStore>,
79-
Arc<DefaultTimeProvider>,
79+
DefaultTimeProvider,
8080
>;
8181

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

0 commit comments

Comments
 (0)