Skip to content

Commit

Permalink
f - Update BackgroundProcessor's docs on timer_tick_occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Sep 10, 2021
1 parent cd8bff0 commit 1997e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-background-processor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ use std::ops::Deref;
/// writing it to disk/backups by invoking the callback given to it at startup.
/// [`ChannelManager`] persistence should be done in the background.
/// * Calling [`ChannelManager::timer_tick_occurred`] and [`PeerManager::timer_tick_occurred`]
/// every minute.
/// at the appropriate intervals.
///
/// # Note
///
Expand Down

0 comments on commit 1997e75

Please sign in to comment.