Expose ClaimId for each claim bump in BumpTransactionEvent
[rust-lightning] / lightning / src / ln / monitor_tests.rs
index 5fa39137cf4577f41f85a57b95aedf067ea43e5b..c6b3f39d2f9bcc74e3dd20633a88b01f64795e32 100644 (file)
@@ -1785,7 +1785,7 @@ fn do_test_monitor_rebroadcast_pending_claims(anchors: bool) {
                        let mut feerate = 0;
                        #[cfg(anchors)] {
                                feerate = if let Event::BumpTransaction(BumpTransactionEvent::HTLCResolution {
-                                       target_feerate_sat_per_1000_weight, mut htlc_descriptors, tx_lock_time,
+                                       target_feerate_sat_per_1000_weight, mut htlc_descriptors, tx_lock_time, ..
                                }) = events.pop().unwrap() {
                                        let secp = Secp256k1::new();
                                        assert_eq!(htlc_descriptors.len(), 1);