Skip to content

Commit a398e90

Browse files
committed
f rebase
1 parent 36b5385 commit a398e90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning/src/ln/functional_tests.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -10008,7 +10008,8 @@ fn do_test_multi_post_event_actions(do_reload: bool) {
1000810008
let (route, payment_hash_3, payment_preimage_3, payment_secret_3) =
1000910009
get_route_and_payment_hash!(nodes[1], nodes[0], 100_000);
1001010010
let payment_id = PaymentId(payment_hash_3.0);
10011-
nodes[1].node.send_payment(&route, payment_hash_3, &Some(payment_secret_3), payment_id).unwrap();
10011+
nodes[1].node.send_payment_with_route(&route, payment_hash_3,
10012+
RecipientOnionFields::secret_only(payment_secret_3), payment_id).unwrap();
1001210013
check_added_monitors(&nodes[1], 1);
1001310014

1001410015
let send_event = SendEvent::from_node(&nodes[1]);

0 commit comments

Comments
 (0)