File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -184,11 +184,16 @@ pub enum ClosureReason {
184
184
HolderForceClosed ,
185
185
/// The channel was closed after negotiating a cooperative close and we've now broadcasted
186
186
/// the cooperative close transaction. Note the shutdown may have been initiated by us.
187
+ ///
188
+ /// This was only set in versions of LDK prior to 0.0.122.
187
189
// Can be removed once we disallow downgrading to 0.0.121
188
190
LegacyCooperativeClosure ,
189
191
/// The channel was closed after negotiating a cooperative close and we've now broadcasted
190
192
/// the cooperative close transaction. This indicates that the shutdown was initiated by our
191
193
/// counterparty.
194
+ ///
195
+ /// In rare cases where we initiated closure immediately prior to shutting down without
196
+ /// persisting, this value may be provided for channels we initiated closure for.
192
197
CounterpartyInitiatedCooperativeClosure ,
193
198
/// The channel was closed after negotiating a cooperative close and we've now broadcasted
194
199
/// the cooperative close transaction. This indicates that the shutdown was initiated by us.
You can’t perform that action at this time.
0 commit comments