Skip to content

Commit 2f74413

Browse files
f: lightning-background-processor/lib.rs
1 parent 1eb19dc commit 2f74413

File tree

1 file changed

+6
-2
lines changed
  • lightning-background-processor/src

1 file changed

+6
-2
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,8 +1285,12 @@ mod tests {
12851285
IgnoringMessageHandler,
12861286
>;
12871287

1288-
type LM =
1289-
LiquidityManager<Arc<KeysManager>, Arc<ChannelManager>, Arc<dyn Filter + Sync + Send>>;
1288+
type LM = LiquidityManager<
1289+
Arc<KeysManager>,
1290+
Arc<ChannelManager>,
1291+
Arc<dyn Filter + Sync + Send>,
1292+
TimeProvider + Send + Sync,
1293+
>;
12901294

12911295
struct Node {
12921296
node: Arc<ChannelManager>,

0 commit comments

Comments
 (0)