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 93e7272 commit 676d75fCopy full SHA for 676d75f
lightning/src/ln/channelmanager.rs
@@ -1268,6 +1268,9 @@ pub(crate) enum EventCompletionAction {
1268
channel_id: ChannelId,
1269
},
1270
1271
+ /// When a payment's resolution is communicated to the downstream logic via
1272
+ /// [`Event::PaymentSent`] or [`Event::PaymentFailed`] we may want to mark the payment as
1273
+ /// fully-resolved in the [`ChannelMonitor`], which we do via this action.
1274
/// Note that this action will be dropped on downgrade to LDK prior to 0.2!
1275
ReleasePaymentCompleteChannelMonitorUpdate(PaymentCompleteUpdate),
1276
}
0 commit comments