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 eaef238 commit 9eb2a02Copy full SHA for 9eb2a02
lightning/src/util/events.rs
@@ -216,7 +216,9 @@ pub enum Event {
216
///
217
/// # Note
218
/// LDK will not stop an inbound payment from being paid multiple times, so multiple
219
- /// `PaymentReceived` events may be generated for the same payment.
+ /// `PaymentReceived` events may be generated for the same payment. If you then call
220
+ /// [`ChannelManager::claim_funds`] twice for the same [`Event::PaymentReceived`] you may get
221
+ /// multiple `PaymentClaimed` events.
222
223
/// [`ChannelManager::claim_funds`]: crate::ln::channelmanager::ChannelManager::claim_funds
224
PaymentClaimed {
0 commit comments