Skip to content

Commit 3613232

Browse files
committed
Add missing docs for BumpHTLCResolution
1 parent e44ed35 commit 3613232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lightning/src/util/events.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,10 @@ pub enum BumpTransactionEvent {
429429
/// [`BaseSign::sign_holder_htlc_transaction`]: crate::chain::keysinterface::BaseSign::sign_holder_htlc_transaction
430430
/// [`HTLCDescriptor::tx_input_witness`]: HTLCDescriptor::tx_input_witness
431431
HTLCResolution {
432+
/// The target feerate that the resulting HTLC transaction must meet.
432433
target_feerate_sat_per_1000_weight: u32,
434+
/// The set of pending HTLCs on the confirmed commitment that need to be claimed, preferably
435+
/// by the same transaction.
433436
htlc_descriptors: Vec<HTLCDescriptor>,
434437
},
435438
}

0 commit comments

Comments
 (0)