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 f9217f1 commit 9d776c2Copy full SHA for 9d776c2
lightning/src/ln/channelmanager.rs
@@ -474,7 +474,7 @@ enum BackgroundEvent {
474
}
475
476
pub(crate) enum MonitorUpdateCompletionAction {
477
- /// Indicates that a payment ultimately destined for us was claimed and we should surface an
+ /// Indicates that a payment ultimately destined for us was claimed and we should emit an
478
/// [`events::Event::PaymentClaimed`] to the user iff no such event has already been surfaced.
479
PaymentClaimed { payment_hash: PaymentHash },
480
/// Indicates an [`events::Event`] should be surfaced to the user.
0 commit comments