Skip to content

Commit

Permalink
f Account for new Event variants and fields
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Jul 10, 2023
1 parent 2ba62b6 commit ed31766
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ async fn handle_ldk_events(
via_user_channel_id: _,
claim_deadline: _,
onion_fields: _,
counterparty_skimmed_fee_msat: _,
} => {
println!(
"\nEVENT: received payment from payment hash {} of {} millisatoshis",
Expand Down Expand Up @@ -389,6 +390,7 @@ async fn handle_ldk_events(
// the funding transaction either confirms, or this event is generated.
}
Event::HTLCIntercepted { .. } => {}
Event::BumpTransaction(_) => {}
}
}

Expand Down

0 comments on commit ed31766

Please sign in to comment.