Skip to content

Commit 3ff2911

Browse files
committed
f unused var
1 parent a398e90 commit 3ff2911

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/functional_tests.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10005,7 +10005,7 @@ fn do_test_multi_post_event_actions(do_reload: bool) {
1000510005
check_added_monitors(&nodes[0], 0);
1000610006
}
1000710007

10008-
let (route, payment_hash_3, payment_preimage_3, payment_secret_3) =
10008+
let (route, payment_hash_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);
1001110011
nodes[1].node.send_payment_with_route(&route, payment_hash_3,

0 commit comments

Comments
 (0)