We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb8b2f commit e0aff9cCopy full SHA for e0aff9c
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