Skip to content

Commit d5a6b6a

Browse files
committed
f - Mention NetworkUpdateHandler in BackgroundProcessor docs
1 parent 866af9f commit d5a6b6a

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ impl BackgroundProcessor {
120120
/// # Event Handling
121121
///
122122
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
123-
/// payment failed). See [`EventHandler`] for details.
123+
/// payment failed). See [`EventHandler`] for details. As a convenience, `BackgroundProcessor`
124+
/// decorates the user-provided event handler with [`NetworkUpdateHandler`].
124125
///
125126
/// [top-level documentation]: Self
126127
/// [`join`]: Self::join

0 commit comments

Comments
 (0)