Skip to content

Commit

Permalink
f Account for event changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jun 24, 2023
1 parent 19dc993 commit d268794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/event.rs
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ where
via_user_channel_id: _,
claim_deadline: _,
onion_fields: _,
counterparty_skimmed_fee_msat: _,
} => {
if let Some(info) = self.payment_store.get(&payment_hash) {
if info.status == PaymentStatus::Succeeded {
Expand Down Expand Up @@ -756,6 +757,7 @@ where
}
LdkEvent::DiscardFunding { .. } => {}
LdkEvent::HTLCIntercepted { .. } => {}
LdkEvent::BumpTransaction(_) => {}
}
}
}
Expand Down

0 comments on commit d268794

Please sign in to comment.