We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41d75f commit 934a534Copy full SHA for 934a534
lightning/src/events/mod.rs
@@ -232,8 +232,11 @@ pub enum HTLCDestination {
232
///
233
/// Some of the reasons may include:
234
/// * HTLC Timeouts
235
- /// * Expected MPP amount has already been reached
236
- /// * Claimable amount does not match expected amount
+ /// * Excess HTLCs for a payment that we have already fully received, over-paying for the
+ /// payment,
237
+ /// * The counterparty node modified the HTLC in transit,
238
+ /// * A probing attack where an intermediary node is trying to detect if we are the ultimate
239
+ /// recipient for a payment.
240
FailedPayment {
241
/// The payment hash of the payment we attempted to process.
242
payment_hash: PaymentHash
0 commit comments