Skip to content

Commit 9d776c2

Browse files
committed
f wording
1 parent f9217f1 commit 9d776c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channelmanager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ enum BackgroundEvent {
474474
}
475475

476476
pub(crate) enum MonitorUpdateCompletionAction {
477-
/// Indicates that a payment ultimately destined for us was claimed and we should surface an
477+
/// Indicates that a payment ultimately destined for us was claimed and we should emit an
478478
/// [`events::Event::PaymentClaimed`] to the user iff no such event has already been surfaced.
479479
PaymentClaimed { payment_hash: PaymentHash },
480480
/// Indicates an [`events::Event`] should be surfaced to the user.

0 commit comments

Comments
 (0)