Skip to content

Commit

Permalink
f unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Apr 17, 2023
1 parent a9b633b commit 578ca9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning/src/ln/functional_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10005,7 +10005,7 @@ fn do_test_multi_post_event_actions(do_reload: bool) {
check_added_monitors(&nodes[0], 0);
}

let (route, payment_hash_3, payment_preimage_3, payment_secret_3) =
let (route, payment_hash_3, _, payment_secret_3) =
get_route_and_payment_hash!(nodes[1], nodes[0], 100_000);
let payment_id = PaymentId(payment_hash_3.0);
nodes[1].node.send_payment_with_route(&route, payment_hash_3,
Expand Down

0 comments on commit 578ca9b

Please sign in to comment.