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 1ed92a2 commit 486210fCopy full SHA for 486210f
lightning/src/ln/offers_tests.rs
@@ -1369,6 +1369,8 @@ fn fails_authentication_when_handling_invoice_for_refund() {
1369
assert_eq!(invoice, expected_invoice);
1370
1371
expect_recent_payment!(david, RecentPaymentDetails::AwaitingInvoice, payment_id);
1372
+ david.node.abandon_payment(payment_id);
1373
+ get_event!(david, Event::InvoiceRequestFailed);
1374
1375
// Send the invoice to David using an invalid blinded path.
1376
let invalid_path = refund.paths().first().unwrap().clone();
0 commit comments