Merge pull request #2082 from wpaulino/bump-htlc-resolution-tx-locktime
[rust-lightning] / lightning / src / events / bump_transaction.rs
index f56a99df8f280b955f43b9ee5561718cbf492dda..6a3360a4d7eef76bcbfa8a01ff9491b03bd92d04 100644 (file)
@@ -227,5 +227,7 @@ pub enum BumpTransactionEvent {
                /// The set of pending HTLCs on the confirmed commitment that need to be claimed, preferably
                /// by the same transaction.
                htlc_descriptors: Vec<HTLCDescriptor>,
+               /// The locktime required for the resulting HTLC transaction.
+               tx_lock_time: PackedLockTime,
        },
 }