Skip to content

Commit e0aff9c

Browse files
committed
f - Update BackgroundProcessor's docs on timer_tick_occurred
1 parent acb8b2f commit e0aff9c

File tree

1 file changed

+1
-1
lines changed
  • lightning-background-processor/src

1 file changed

+1
-1
lines changed

lightning-background-processor/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ use std::ops::Deref;
3535
/// writing it to disk/backups by invoking the callback given to it at startup.
3636
/// [`ChannelManager`] persistence should be done in the background.
3737
/// * Calling [`ChannelManager::timer_tick_occurred`] and [`PeerManager::timer_tick_occurred`]
38-
/// every minute.
38+
/// at the appropriate intervals.
3939
///
4040
/// # Note
4141
///

0 commit comments

Comments
 (0)