Skip to content

Commit 80e41b1

Browse files
committed
f note why failure can happen
1 parent d304ef8 commit 80e41b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/chain/chainmonitor.rs

+1-1
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,
101+
/// * If the persistence has failed and cannot be retried further (e.g. because of some timeout),
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)