We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d304ef8 commit 80e41b1Copy full SHA for 80e41b1
lightning/src/chain/chainmonitor.rs
@@ -98,7 +98,7 @@ impl MonitorUpdateId {
98
/// If at some point no further progress can be made towards persisting the pending updates, the
99
/// node should simply shut down.
100
///
101
-/// * If the persistence has failed and cannot be retried,
+/// * If the persistence has failed and cannot be retried further (e.g. because of some timeout),
102
/// [`ChannelMonitorUpdateStatus::UnrecoverableError`] can be used, though this will result in
103
/// an immediate panic and future operations in LDK generally failing.
104
0 commit comments