Skip to content

Commit 0e6e4f1

Browse files
committed
f Account for event changes
1 parent dec7bb9 commit 0e6e4f1

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 {
@@ -759,6 +760,7 @@ where
759760
}
760761
LdkEvent::DiscardFunding { .. } => {}
761762
LdkEvent::HTLCIntercepted { .. } => {}
763+
LdkEvent::BumpTransaction(_) => {}
762764
}
763765
}
764766
}

0 commit comments

Comments
 (0)