Skip to content

Commit 587e4eb

Browse files
committed
f - fix compilation after rebase
1 parent 9011c36 commit 587e4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/offers_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fn claim_bolt12_payment<'a, 'b, 'c>(
160160
Event::PaymentClaimable {
161161
purpose: PaymentPurpose::InvoicePayment {
162162
payment_preimage: Some(payment_preimage),
163-
payment_context: Some(payment_context),
163+
payment_context,
164164
..
165165
}, ..
166166
} => {

0 commit comments

Comments
 (0)