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 @@ -359,8 +359,8 @@ pub enum Event {
359
359
///
360
360
/// If [`Event::PaymentClaimable::onion_fields`] is `Some`, and includes custom TLVs with even type
361
361
/// numbers, you should use [`ChannelManager::fail_htlc_backwards_with_reason`] with
362
- /// [`FailureCode::InvalidOnionPayload`] if you fail to decode these TLVs , or
363
- /// [`ChannelManager::claim_funds_with_known_custom_tlvs`] if you successfully decode them .
362
+ /// [`FailureCode::InvalidOnionPayload`] if you fail to understand and handle the contents , or
363
+ /// [`ChannelManager::claim_funds_with_known_custom_tlvs`] upon successful handling .
364
364
/// If you don't intend to check for custom TLVs, you can simply use
365
365
/// [`ChannelManager::claim_funds`], which will automatically fail back even custom TLVs.
366
366
///
You can’t perform that action at this time.
0 commit comments