We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c83e2b1 commit 5ee4186Copy full SHA for 5ee4186
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 further (e.g. because of some timeout),
+/// * If the persistence has failed and cannot be retried further (e.g. because of an outage),
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