X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;h=b64022026e38974e46eb544bf2856a48178ea1a9;hb=bd4eb0da76207a68396de8b36fb640467255cc31;hp=754283dfb8c08761acfe7f73b1d11c50cf17c303;hpb=19586267448c4767e3dd1f7642ba3e7d0e5d08ce;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index 754283df..b6402202 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -462,7 +462,10 @@ pub enum BumpTransactionEvent { /// [`EcdsaChannelSigner::sign_holder_htlc_transaction`]: crate::chain::keysinterface::EcdsaChannelSigner::sign_holder_htlc_transaction /// [`HTLCDescriptor::tx_input_witness`]: HTLCDescriptor::tx_input_witness HTLCResolution { + /// The target feerate that the resulting HTLC transaction must meet. target_feerate_sat_per_1000_weight: u32, + /// The set of pending HTLCs on the confirmed commitment that need to be claimed, preferably + /// by the same transaction. htlc_descriptors: Vec, }, }