File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -404,6 +404,12 @@ enum OnchainEvent {
404
404
/// commitment transaction, and this is the delay on the to_self output).
405
405
on_local_output_csv : Option < u16 > ,
406
406
} ,
407
+ /// A spend of an HTLC output in a commitment transaction, `confirmation_threshold` is is the
408
+ /// height where a SpendableOutput is generated for local claims or ANTI_REORG_DELAY for
409
+ /// remote claims.
410
+ /// Included for both claims and failures, to allow us to track when we should stop informing
411
+ /// users there is a contentious claim and stop informing users there is a pending claim after
412
+ /// we generate a `SpendableOutput`.
407
413
HTLCSpendConfirmation {
408
414
input_idx : u32 ,
409
415
/// Only set if the claim was made by us with a preimage
You can’t perform that action at this time.
0 commit comments