Skip to content

Commit 735d889

Browse files
committed
f correct htlc docs
1 parent 861a797 commit 735d889

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/chain/channelmonitor.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,8 @@ pub(crate) struct ChannelMonitorImpl<Signer: Sign> {
662662

663663
funding_spend_confirmed: Option<Txid>,
664664
/// 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.
665+
/// the requisite confirmations on the claim/fail transaction (either ANTI_REORG_DELAY or the
666+
/// spending CSV for revocable outputs).
666667
htlcs_resolved_on_chain: Vec<HTLCIrrevocablyResolved>,
667668

668669
// We simply modify best_block in Channel's block_connected so that serialization is

0 commit comments

Comments
 (0)