File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
lightning-background-processor/src Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1182,13 +1182,10 @@ 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.
1190
- ///
1191
- /// This same configuration can be used for Creating a [`BackgroundProcessor`] via [`BackgroundProcessor::from_config`]
1192
1189
#[ cfg( feature = "std" ) ]
1193
1190
pub struct BackgroundProcessorConfig <
1194
1191
' a ,
@@ -1250,7 +1247,7 @@ pub struct BackgroundProcessorConfig<
1250
1247
/// A builder for constructing a [`BackgroundProcessorConfig`] with optional components.
1251
1248
///
1252
1249
/// This builder provides a flexible and type-safe way to construct a [`BackgroundProcessorConfig`]
1253
- /// with optional components like `onion_messenger` and `scorer` . It helps avoid specifying
1250
+ /// with optional and required components . It helps avoid specifying
1254
1251
/// concrete types for components that aren't being used.
1255
1252
#[ cfg( feature = "std" ) ]
1256
1253
pub struct BackgroundProcessorConfigBuilder <
You can’t perform that action at this time.
0 commit comments