We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddca62a commit 751c245Copy full SHA for 751c245
lightning/src/ln/channelmanager.rs
@@ -4406,6 +4406,11 @@ where
4406
/// This is a variant of [`claim_funds`] that allows accepting a payment with custom TLVs with
4407
/// even type numbers.
4408
///
4409
+ /// # Note
4410
+ ///
4411
+ /// You MUST check you've understood all even TLVs before using this to
4412
+ /// claim, otherwise you may unintentionally agree to some protocol you do not understand.
4413
4414
/// [`claim_funds`]: Self::claim_funds
4415
pub fn claim_funds_with_known_custom_tlvs(&self, payment_preimage: PaymentPreimage) {
4416
self.claim_payment_internal(payment_preimage, true);
0 commit comments