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 aa0a37c commit 42da58cCopy full SHA for 42da58c
src/ln/channelmonitor.rs
@@ -71,6 +71,8 @@ pub enum ChannelMonitorUpdateErr {
71
/// Used to indicate no further channel monitor updates will be allowed (eg we've moved on to a
72
/// different watchtower and cannot update with all watchtowers that were previously informed
73
/// of this channel). This will force-close the channel in question.
74
+ ///
75
+ /// Should also be used to indicate a failure to update the local copy of the channel monitor.
76
PermanentFailure,
77
}
78
0 commit comments