File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -157,16 +157,16 @@ pub enum Event {
157
157
///
158
158
/// Note that if we force-closed the channel over which we forwarded an HTLC while the HTLC
159
159
/// was pending, the amount the next hop claimed may have been rounded down, causing a
160
- /// higher fee than expected.
160
+ /// higher fee than expected. In this case, `claim_from_onchain_tx` will be set.
161
161
///
162
162
/// If the channel which sent us the payment has been force-closed, we will claim the funds
163
163
/// via an on-chain transaction. In that case we do not consider the on-chain transaction
164
164
/// fees involved in such a claim and this value will be `None`. It is possible duplicate
165
165
/// `PaymentForwarded` events are generated for the same payment iff `fee_earned_msat` is
166
166
/// `None`.
167
167
fee_earned_msat : Option < u64 > ,
168
- /// If this is `true`, the forwarded HTLC will be claimed on-chain after the channel on
169
- /// which we received the HTLC was force-closed .
168
+ /// If this is `true`, the forwarded HTLC was claimed by our counterparty via an on-chain
169
+ /// transaction .
170
170
claim_from_onchain_tx : bool ,
171
171
} ,
172
172
}
You can’t perform that action at this time.
0 commit comments