Skip to content

Commit eff0b98

Browse files
committed
f drop unused var
1 parent 4f60cca commit eff0b98

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
@@ -3458,7 +3458,7 @@ mod tests {
34583458
// for us, including later hop fees, we take it. In the first version of our MPP algorithm
34593459
// we calculated fees on a higher value, resulting in us ignoring such paths.
34603460
let (secp_ctx, net_graph_msg_handler, _, logger) = build_graph();
3461-
let (our_privkey, our_id, privkeys, nodes) = get_nodes(&secp_ctx);
3461+
let (our_privkey, our_id, _, nodes) = get_nodes(&secp_ctx);
34623462

34633463
// We modify the graph to set the htlc_maximum of channel 2 to below the value we wish to
34643464
// send.

0 commit comments

Comments
 (0)