Skip to content

Commit b16007a

Browse files
committed
f Account for PaymentClaimable API changes
1 parent 47c13ed commit b16007a

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
@@ -565,13 +565,10 @@ where
565565
payment_hash,
566566
purpose,
567567
amount_msat,
568-
receiver_node_id: _,
569-
via_channel_id: _,
570-
via_user_channel_id: _,
571568
claim_deadline,
572569
onion_fields,
573570
counterparty_skimmed_fee_msat,
574-
payment_id: _,
571+
..
575572
} => {
576573
let payment_id = PaymentId(payment_hash.0);
577574
if let Some(info) = self.payment_store.get(&payment_id) {

0 commit comments

Comments
 (0)