Skip to content

Commit c684970

Browse files
committed
f improve internal docs on FundingSpendConfirmation
1 parent 6601533 commit c684970

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,8 +394,12 @@ enum OnchainEvent {
394394
MaturingOutput {
395395
descriptor: SpendableOutputDescriptor,
396396
},
397+
/// A spend of the funding output, either a commitment transaction or a cooperative closing
398+
/// transaction.
397399
FundingSpendConfirmation {
398400
txid: Txid,
401+
/// The CSV delay for the output of the funding spend transaction (implying it is a local
402+
/// commitment transaction, and this is the delay on the to_self output).
399403
on_local_output_csv: Option<u16>,
400404
},
401405
}

0 commit comments

Comments
 (0)