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 861a797 commit 735d889Copy full SHA for 735d889
lightning/src/chain/channelmonitor.rs
@@ -662,7 +662,8 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
662
663
funding_spend_confirmed: Option<Txid>,
664
/// The set of HTLCs which have been either claimed or failed on chain and have reached
665
- /// ANTI_REORG_DELAY confirmations on the claim/fail transaction.
+ /// the requisite confirmations on the claim/fail transaction (either ANTI_REORG_DELAY or the
666
+ /// spending CSV for revocable outputs).
667
htlcs_resolved_on_chain: Vec<HTLCIrrevocablyResolved>,
668
669
// We simply modify best_block in Channel's block_connected so that serialization is
0 commit comments