We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb156e4 commit fa24f66Copy full SHA for fa24f66
lightning/src/ln/channelmanager.rs
@@ -6324,7 +6324,10 @@ where
6324
6325
/// Processes HTLCs which are pending waiting on random forward delay.
6326
///
6327
- /// Will regularly be called by the background processor.
+ /// Will be regularly called by LDK's background processor.
6328
+ ///
6329
+ /// Users implementing their own background processing logic should call this in irregular,
6330
+ /// randomly-distributed intervals.
6331
pub fn process_pending_htlc_forwards(&self) {
6332
let _persistence_guard = PersistenceNotifierGuard::notify_on_drop(self);
6333
0 commit comments