Skip to content

Commit 5ee4186

Browse files
committed
Refer to an "outage" over a "timeout", for when failure happens
Timeouts may be worth retrying, but an outage is a more general term which obviously cannot be retried.
1 parent c83e2b1 commit 5ee4186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chainmonitor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ impl MonitorUpdateId {
9898
/// If at some point no further progress can be made towards persisting the pending updates, the
9999
/// node should simply shut down.
100100
///
101-
/// * If the persistence has failed and cannot be retried further (e.g. because of some timeout),
101+
/// * If the persistence has failed and cannot be retried further (e.g. because of an outage),
102102
/// [`ChannelMonitorUpdateStatus::UnrecoverableError`] can be used, though this will result in
103103
/// an immediate panic and future operations in LDK generally failing.
104104
///

0 commit comments

Comments
 (0)