Skip to content

Commit 676d75f

Browse files
committed
f add more docs
1 parent 93e7272 commit 676d75f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,9 @@ pub(crate) enum EventCompletionAction {
12681268
channel_id: ChannelId,
12691269
},
12701270

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.
12711274
/// Note that this action will be dropped on downgrade to LDK prior to 0.2!
12721275
ReleasePaymentCompleteChannelMonitorUpdate(PaymentCompleteUpdate),
12731276
}

0 commit comments

Comments
 (0)