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 50c3c57 commit 8a93096Copy full SHA for 8a93096
lightning/src/util/events.rs
@@ -462,7 +462,10 @@ pub enum BumpTransactionEvent {
462
/// [`EcdsaChannelSigner::sign_holder_htlc_transaction`]: crate::chain::keysinterface::EcdsaChannelSigner::sign_holder_htlc_transaction
463
/// [`HTLCDescriptor::tx_input_witness`]: HTLCDescriptor::tx_input_witness
464
HTLCResolution {
465
+ /// The target feerate that the resulting HTLC transaction must meet.
466
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.
469
htlc_descriptors: Vec<HTLCDescriptor>,
470
},
471
}
0 commit comments