File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -387,7 +387,8 @@ pub enum Event {
387
387
///
388
388
/// Payments received on LDK versions prior to 0.0.115 will have this field unset.
389
389
onion_fields : Option < RecipientOnionFields > ,
390
- /// The value, in thousandths of a satoshi, that this payment is claimable for.
390
+ /// The value, in thousandths of a satoshi, that this payment is claimable for. May be greater
391
+ /// than the invoice amount.
391
392
///
392
393
/// May be less than the invoice amount if [`ChannelConfig::accept_underpaying_htlcs`] is set
393
394
/// and the previous hop took an extra fee.
@@ -446,7 +447,8 @@ pub enum Event {
446
447
/// The payment hash of the claimed payment. Note that LDK will not stop you from
447
448
/// registering duplicate payment hashes for inbound payments.
448
449
payment_hash : PaymentHash ,
449
- /// The value, in thousandths of a satoshi, that this payment is for.
450
+ /// The value, in thousandths of a satoshi, that this payment is for. May be greater than the
451
+ /// invoice amount.
450
452
amount_msat : u64 ,
451
453
/// The purpose of the claimed payment, i.e. whether the payment was for an invoice or a
452
454
/// spontaneous payment.
You can’t perform that action at this time.
0 commit comments