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 e44ed35 commit 3613232Copy full SHA for 3613232
lightning/src/util/events.rs
@@ -429,7 +429,10 @@ pub enum BumpTransactionEvent {
429
/// [`BaseSign::sign_holder_htlc_transaction`]: crate::chain::keysinterface::BaseSign::sign_holder_htlc_transaction
430
/// [`HTLCDescriptor::tx_input_witness`]: HTLCDescriptor::tx_input_witness
431
HTLCResolution {
432
+ /// The target feerate that the resulting HTLC transaction must meet.
433
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.
436
htlc_descriptors: Vec<HTLCDescriptor>,
437
},
438
}
0 commit comments