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.
1 parent 1eb19dc commit 2f74413Copy full SHA for 2f74413
lightning-background-processor/src/lib.rs
@@ -1285,8 +1285,12 @@ mod tests {
1285
IgnoringMessageHandler,
1286
>;
1287
1288
- type LM =
1289
- LiquidityManager<Arc<KeysManager>, Arc<ChannelManager>, Arc<dyn Filter + Sync + Send>>;
+ type LM = LiquidityManager<
+ Arc<KeysManager>,
1290
+ Arc<ChannelManager>,
1291
+ Arc<dyn Filter + Sync + Send>,
1292
+ TimeProvider + Send + Sync,
1293
+ >;
1294
1295
struct Node {
1296
node: Arc<ChannelManager>,
0 commit comments