Skip to content

Commit 5e28718

Browse files
committed
fixup! docs: remove examples from BackgroundProcessorConfig
1 parent 9b248c3 commit 5e28718

File tree

1 file changed

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

1 file changed

+2
-3
lines changed

lightning-background-processor/src/lib.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1182,8 +1182,7 @@ impl BackgroundProcessor {
11821182
/// event processing.
11831183
///
11841184
/// This configuration holds all components needed for background processing,
1185-
/// including required components (like the channel manager and peer manager) and optional
1186-
/// components (like the liquidity_manager, sweeper, onion messenger and scorer).
1185+
/// including required and optional components.
11871186
///
11881187
/// The configuration can be constructed using [`BackgroundProcessorConfigBuilder`], which provides
11891188
/// a convenient builder pattern for setting up both required and optional components.
@@ -1248,7 +1247,7 @@ pub struct BackgroundProcessorConfig<
12481247
/// A builder for constructing a [`BackgroundProcessorConfig`] with optional components.
12491248
///
12501249
/// This builder provides a flexible and type-safe way to construct a [`BackgroundProcessorConfig`]
1251-
/// with optional components like `onion_messenger` and `scorer`. It helps avoid specifying
1250+
/// with optional and required components. It helps avoid specifying
12521251
/// concrete types for components that aren't being used.
12531252
#[cfg(feature = "std")]
12541253
pub struct BackgroundProcessorConfigBuilder<

0 commit comments

Comments
 (0)