Skip to content

Commit be4f248

Browse files
fix the rebase stuff
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent a5aa96f commit be4f248

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lightning/src/ln/async_payments_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3427,7 +3427,7 @@ fn release_htlc_races_htlc_onion_decode() {
34273427

34283428
let route: &[&[&Node]] = &[&[sender_lsp, invoice_server, recipient]];
34293429
let keysend_preimage = extract_payment_preimage(&claimable_ev);
3430-
let (res, _) =
3430+
let (res, _, _) =
34313431
claim_payment_along_route(ClaimAlongRouteArgs::new(sender, route, keysend_preimage));
34323432
assert_eq!(res, Some(PaidBolt12Invoice::StaticInvoice(static_invoice)));
34333433
}

lightning/src/ln/offers_tests.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,8 +2540,6 @@ fn pay_offer_and_add_contacts_info_blip42() {
25402540
let chanmon_cfgs = create_chanmon_cfgs(2);
25412541
let node_cfgs = create_node_cfgs(2, &chanmon_cfgs);
25422542

2543-
*node_cfgs[1].override_init_features.borrow_mut() = Some(features);
2544-
25452543
let node_chanmgrs = create_node_chanmgrs(
25462544
2, &node_cfgs, &[None, None]
25472545
);

0 commit comments

Comments
 (0)