Skip to content

Commit c887cb5

Browse files
committed
f Expand docs a bit
1 parent 19a80c4 commit c887cb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6324,7 +6324,10 @@ where
63246324

63256325
/// Processes HTLCs which are pending waiting on random forward delay.
63266326
///
6327-
/// Will regularly be called by the background processor.
6327+
/// 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.
63286331
pub fn process_pending_htlc_forwards(&self) {
63296332
let _persistence_guard = PersistenceNotifierGuard::notify_on_drop(self);
63306333

0 commit comments

Comments
 (0)