From 4e2f2a45171796ab2dd17142672ef99b0f438b79 Mon Sep 17 00:00:00 2001 From: Jeffrey Czyz Date: Thu, 19 Aug 2021 11:47:42 -0500 Subject: [PATCH] f - Mention NetworkUpdateHandler in BackgroundProcessor docs --- lightning-background-processor/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lightning-background-processor/src/lib.rs b/lightning-background-processor/src/lib.rs index d3cda5ca462..466a83e2076 100644 --- a/lightning-background-processor/src/lib.rs +++ b/lightning-background-processor/src/lib.rs @@ -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