We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36024c7 commit f9bee36Copy full SHA for f9bee36
lightning-background-processor/src/lib.rs
@@ -35,7 +35,7 @@ use std::ops::Deref;
35
/// writing it to disk/backups by invoking the callback given to it at startup.
36
/// [`ChannelManager`] persistence should be done in the background.
37
/// * Calling [`ChannelManager::timer_tick_occurred`] and [`PeerManager::timer_tick_occurred`]
38
-/// every minute.
+/// at the appropriate intervals.
39
///
40
/// # Note
41
0 commit comments