We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b35a065 commit d001559Copy full SHA for d001559
lightning/src/ln/offers_tests.rs
@@ -2607,7 +2607,7 @@ fn pay_offer_and_add_contacts_info_blip42() {
2607
let contact_info = contact_info.unwrap();
2608
2609
assert!(invoice_request.contact_secret().is_some());
2610
- assert_eq!(invoice_request.contact_secret().unwrap(), contact_info.contact_secrets.primary_secret());
+ assert_eq!(invoice_request.contact_secret().unwrap(), *contact_info.contact_secrets.primary_secret());
2611
2612
let alice_invoice_request_fields = match alice_payment_purpose {
2613
PaymentPurpose::Bolt12OfferPayment { payment_context, .. } => {
0 commit comments