Skip to content

Commit f30dc85

Browse files
authored
Merge pull request #2170 from TheBlueMatt/2023-04-silent-merge-conflict
Fix silent merge conflict between new test and payment refactor
2 parents a5ecb85 + 8a74369 commit f30dc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/payment_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2917,7 +2917,7 @@ fn do_claim_from_closed_chan(fail_payment: bool) {
29172917
let final_cltv = nodes[0].best_block_info().1 + TEST_FINAL_CLTV + 8 + 1;
29182918

29192919
nodes[0].router.expect_find_route(route_params.clone(), Ok(route.clone()));
2920-
nodes[0].node.send_payment_with_retry(payment_hash, &Some(payment_secret),
2920+
nodes[0].node.send_payment(payment_hash, RecipientOnionFields::secret_only(payment_secret),
29212921
PaymentId(payment_hash.0), route_params.clone(), Retry::Attempts(1)).unwrap();
29222922
check_added_monitors(&nodes[0], 2);
29232923
let mut send_msgs = nodes[0].node.get_and_clear_pending_msg_events();

0 commit comments

Comments
 (0)