Skip to content

Commit e4e489f

Browse files
committed
Add missing docs for BumpHTLCResolution
1 parent e0d3a26 commit e4e489f

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
/// [`EcdsaChannelSigner::sign_holder_htlc_transaction`]: crate::chain::keysinterface::EcdsaChannelSigner::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)