File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -748,7 +748,7 @@ pub enum Event {
748
748
///
749
749
/// [`ChannelManager::claim_funds`]: crate::ln::channelmanager::ChannelManager::claim_funds
750
750
claim_deadline : Option < u32 > ,
751
- /// A unique, random, ID describing this payment.
751
+ /// A unique ID describing this payment (derived from the list of HTLCs in the payment) .
752
752
///
753
753
/// Payers may pay for the same [`PaymentHash`] multiple times (though this is unsafe and
754
754
/// an intermediary node may steal the funds). Thus, in order to accurately track when
@@ -803,7 +803,7 @@ pub enum Event {
803
803
///
804
804
/// Payments received on LDK versions prior to 0.0.124 will have this field unset.
805
805
onion_fields : Option < RecipientOnionFields > ,
806
- /// A unique, random, ID describing this payment.
806
+ /// A unique ID describing this payment (derived from the list of HTLCs in the payment) .
807
807
///
808
808
/// Payers may pay for the same [`PaymentHash`] multiple times (though this is unsafe and
809
809
/// an intermediary node may steal the funds). Thus, in order to accurately track when
You can’t perform that action at this time.
0 commit comments