We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39094d4 commit 34dd48cCopy full SHA for 34dd48c
lightning/src/chain/chainmonitor.rs
@@ -113,7 +113,10 @@ impl MonitorUpdateId {
113
/// [`ChainMonitor::channel_monitor_updated`] must be called once for *each* update which occurs.
114
///
115
/// If at some point no further progress can be made towards persisting a pending update, the node
116
-/// should simply shut down.
+/// should simply shut down. Until then, the background task should either loop indefinitely, or
117
+/// persistence should be regularly retried with [`ChainMonitor::list_pending_monitor_updates`]
118
+/// and [`ChainMonitor::get_monitor`] (note that if a full monitor is persisted all pending
119
+/// monitor updates may be marked completed).
120
121
/// # Using remote watchtowers
122
0 commit comments