We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19dc993 commit d268794Copy full SHA for d268794
1 file changed
src/event.rs
@@ -334,6 +334,7 @@ where
334
via_user_channel_id: _,
335
claim_deadline: _,
336
onion_fields: _,
337
+ counterparty_skimmed_fee_msat: _,
338
} => {
339
if let Some(info) = self.payment_store.get(&payment_hash) {
340
if info.status == PaymentStatus::Succeeded {
@@ -756,6 +757,7 @@ where
756
757
}
758
LdkEvent::DiscardFunding { .. } => {}
759
LdkEvent::HTLCIntercepted { .. } => {}
760
+ LdkEvent::BumpTransaction(_) => {}
761
762
763
0 commit comments