Skip to content

Commit d268794

Browse files
committed
f Account for event changes
1 parent 19dc993 commit d268794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/event.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ where
334334
via_user_channel_id: _,
335335
claim_deadline: _,
336336
onion_fields: _,
337+
counterparty_skimmed_fee_msat: _,
337338
} => {
338339
if let Some(info) = self.payment_store.get(&payment_hash) {
339340
if info.status == PaymentStatus::Succeeded {
@@ -756,6 +757,7 @@ where
756757
}
757758
LdkEvent::DiscardFunding { .. } => {}
758759
LdkEvent::HTLCIntercepted { .. } => {}
760+
LdkEvent::BumpTransaction(_) => {}
759761
}
760762
}
761763
}

0 commit comments

Comments
 (0)