Skip to content

Commit 53935c1

Browse files
committed
f confusing overly-specific comemnt
1 parent 618d437 commit 53935c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,9 @@ enum BackgroundEvent {
473473

474474
pub(crate) enum MonitorUpdateCompletionAction {
475475
/// Indicates that a payment ultimately destined for us was claimed and we should emit an
476-
/// [`events::Event::PaymentClaimed`] to the user iff no such event has already been surfaced.
476+
/// [`events::Event::PaymentClaimed`] to the user if we haven't yet generated such an event for
477+
/// this payment. Note that this is only best-effort. On restart it's possible such a duplicate
478+
/// event can be generated.
477479
PaymentClaimed { payment_hash: PaymentHash },
478480
/// Indicates an [`events::Event`] should be surfaced to the user.
479481
EmitEvent { event: events::Event },

0 commit comments

Comments
 (0)