Skip to content

Commit 793d068

Browse files
committed
f Account for event changes
1 parent 27a3112 commit 793d068

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
@@ -333,6 +333,7 @@ where
333333
via_user_channel_id: _,
334334
claim_deadline: _,
335335
onion_fields: _,
336+
counterparty_skimmed_fee_msat: _,
336337
} => {
337338
if let Some(info) = self.payment_store.get(&payment_hash) {
338339
if info.status == PaymentStatus::Succeeded {
@@ -757,6 +758,7 @@ where
757758
}
758759
LdkEvent::DiscardFunding { .. } => {}
759760
LdkEvent::HTLCIntercepted { .. } => {}
761+
LdkEvent::BumpTransaction(_) => {}
760762
}
761763
}
762764
}

0 commit comments

Comments
 (0)