We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6601533 commit c684970Copy full SHA for c684970
lightning/src/chain/channelmonitor.rs
@@ -394,8 +394,12 @@ enum OnchainEvent {
394
MaturingOutput {
395
descriptor: SpendableOutputDescriptor,
396
},
397
+ /// A spend of the funding output, either a commitment transaction or a cooperative closing
398
+ /// transaction.
399
FundingSpendConfirmation {
400
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).
403
on_local_output_csv: Option<u16>,
404
405
}
0 commit comments