Skip to content

Commit 2c5dc3b

Browse files
committed
Fix background processor.
1 parent e7fb112 commit 2c5dc3b

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ pub async fn process_events_async<
382382
EH: 'static + EventHandler + Send,
383383
PS: 'static + Deref + Send,
384384
M: 'static + Deref<Target = ChainMonitor<Signer, CF, T, F, L, P>> + Send + Sync,
385-
CM: 'static + Deref<Target = ChannelManager<Signer, CW, T, K, F, L>> + Send + Sync,
385+
CM: 'static + Deref<Target = ChannelManager<CW, T, K, F, L>> + Send + Sync,
386386
PGS: 'static + Deref<Target = P2PGossipSync<G, CA, L>> + Send + Sync,
387387
RGS: 'static + Deref<Target = RapidGossipSync<G, L>> + Send,
388388
UMH: 'static + Deref + Send + Sync,

0 commit comments

Comments
 (0)