Skip to content

Commit 21cf035

Browse files
committed
f unused var
1 parent 839fe5e commit 21cf035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/routing/router.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3230,7 +3230,7 @@ mod tests {
32303230
#[test]
32313231
fn htlc_minimum_recipient_overpay_test() {
32323232
let (secp_ctx, network_graph, gossip_sync, _, logger) = build_graph();
3233-
let (our_privkey, our_id, privkeys, nodes) = get_nodes(&secp_ctx);
3233+
let (_, our_id, privkeys, nodes) = get_nodes(&secp_ctx);
32343234
let config = UserConfig::default();
32353235
let payment_params = PaymentParameters::from_node_id(nodes[2], 42).with_bolt11_features(channelmanager::provided_invoice_features(&config)).unwrap();
32363236
let scorer = ln_test_utils::TestScorer::new();

0 commit comments

Comments
 (0)