Skip to content

Commit

Permalink
f - Mention NetworkUpdateHandler in BackgroundProcessor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Aug 19, 2021
1 parent 788e591 commit 4e2f2a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightning-background-processor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ impl BackgroundProcessor {
/// # Event Handling
///
/// `event_handler` is responsible for handling events that users should be notified of (e.g.,
/// payment failed). See [`EventHandler`] for details.
/// payment failed). See [`EventHandler`] for details. As a convenience, `BackgroundProcessor`
/// decorates the user-provided event handler with [`NetworkUpdateHandler`].
///
/// [top-level documentation]: Self
/// [`join`]: Self::join
Expand Down

0 comments on commit 4e2f2a4

Please sign in to comment.