File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
lightning-background-processor/src Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1182,8 +1182,7 @@ impl BackgroundProcessor {
1182
1182
/// event processing.
1183
1183
///
1184
1184
/// 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.
1187
1186
///
1188
1187
/// The configuration can be constructed using [`BackgroundProcessorConfigBuilder`], which provides
1189
1188
/// a convenient builder pattern for setting up both required and optional components.
@@ -1248,7 +1247,7 @@ pub struct BackgroundProcessorConfig<
1248
1247
/// A builder for constructing a [`BackgroundProcessorConfig`] with optional components.
1249
1248
///
1250
1249
/// 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
1252
1251
/// concrete types for components that aren't being used.
1253
1252
#[ cfg( feature = "std" ) ]
1254
1253
pub struct BackgroundProcessorConfigBuilder <
You can’t perform that action at this time.
0 commit comments