Skip to content

Commit b2d3610

Browse files
committed
f Account for PaymentClaimable API changes
1 parent 2995c82 commit b2d3610

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/event.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -563,13 +563,10 @@ where
563563
payment_hash,
564564
purpose,
565565
amount_msat,
566-
receiver_node_id: _,
567-
via_channel_id: _,
568-
via_user_channel_id: _,
569566
claim_deadline,
570567
onion_fields,
571568
counterparty_skimmed_fee_msat,
572-
payment_id: _,
569+
..
573570
} => {
574571
let payment_id = PaymentId(payment_hash.0);
575572
if let Some(info) = self.payment_store.get(&payment_id) {

0 commit comments

Comments
 (0)