Skip to content

Commit bc598e0

Browse files
committed
Add missing docs for BumpHTLCResolution
1 parent ec5e843 commit bc598e0

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
@@ -462,7 +462,10 @@ pub enum BumpTransactionEvent {
462462
/// [`BaseSign::sign_holder_htlc_transaction`]: crate::chain::keysinterface::BaseSign::sign_holder_htlc_transaction
463463
/// [`HTLCDescriptor::tx_input_witness`]: HTLCDescriptor::tx_input_witness
464464
HTLCResolution {
465+
/// The target feerate that the resulting HTLC transaction must meet.
465466
target_feerate_sat_per_1000_weight: u32,
467+
/// The set of pending HTLCs on the confirmed commitment that need to be claimed, preferably
468+
/// by the same transaction.
466469
htlc_descriptors: Vec<HTLCDescriptor>,
467470
},
468471
}

0 commit comments

Comments
 (0)