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 273ecc4 commit 52a31d8Copy full SHA for 52a31d8
lightning/src/util/events.rs
@@ -180,6 +180,9 @@ pub enum Event {
180
/// [`ChannelManager::fail_htlc_backwards`] within the HTLC's timeout, the HTLC will be
181
/// automatically failed.
182
///
183
+ /// # Note
184
+ /// In rare cases, multiple `PaymentReceived` events may be generated for the same payment.
185
+ ///
186
/// [`ChannelManager::claim_funds`]: crate::ln::channelmanager::ChannelManager::claim_funds
187
/// [`ChannelManager::fail_htlc_backwards`]: crate::ln::channelmanager::ChannelManager::fail_htlc_backwards
188
PaymentReceived {
0 commit comments